-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
41
{
"name": "data-server-iot",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"start": "ts-node .",
"test": "nyc ./node_modules/.bin/_mocha 'src/**/*.test.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tech-projects-spb/data-server-iot.git"
},
"author": "bogdanov-am",
"license": "ISC",
"bugs": {
"url": "https://github.com/tech-projects-spb/data-server-iot/issues"
},
"homepage": "https://github.com/tech-projects-spb/data-server-iot#readme",
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"eslint": "^8.7.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.4.4"
},
"dependencies": {
"@types/express": "^4.17.13",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"mongodb": "^4.3.1",
"uuidv4": "^6.2.12",
"winston": "^3.3.3"
}
}