-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 933 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
32
33
34
35
36
37
38
{
"name": "tecdottir",
"version": "2.0.0",
"description": "API wrapper to get tecson measurements",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "swagger project test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metaodi/tecdottir.git"
},
"author": "Stefan Oderbolz <[email protected]> (http://metaodi.ch/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/metaodi/tecdottir/issues"
},
"homepage": "https://github.com/metaodi/tecdottir#readme",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"pg": "^8.13.0",
"swagger-express-mw": "^0.7.0",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"should": "^13.2.3",
"sinon": "^19.0.2",
"supertest": "^7.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}