-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 924 Bytes
/
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
{
"name": "testausserveri-id",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js",
"example": "cd ./dev/exampleServer && docker-compose up -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testausserveri/testausserveri-id.git"
},
"author": "Testausserveri ry (masterminds@testausserveri.fi), Esinko (dev@esinko.net)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/testausserveri/testausserveri-id/issues"
},
"homepage": "https://github.com/testausserveri/testausserveri-id#readme",
"devDependencies": {
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0"
},
"dependencies": {
"dotenv": "^16.0.0",
"mongoose": "^6.2.1"
}
}