forked from Koura/greenict-tyopaja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "country-example",
"version": "1.0.0",
"description": "Green ICT -ekosysteemi 30.11 kestävän koodauksen työpaja #2",
"main": "index.js",
"dependencies": {
"axios": "^1.2.0",
"better-sqlite3": "^8.0.0",
"express": "4.18.2",
"lodash": "4.17.21"
},
"devDependencies": {
"eslint": "^8.28.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"mocha": "10.1.0",
"supertest": "6.3.1"
},
"scripts": {
"lint": "./node_modules/.bin/eslint src/*.js",
"start": "node src/index.js",
"test": "mocha --exit true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Koura/greenict-tyopaja.git"
},
"keywords": [
"demo",
"optimization"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Koura/greenict-tyopaja/issues"
},
"homepage": "https://github.com/Koura/greenict-tyopaja#readme"
}