-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 830 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 830 Bytes
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
{
"name": "sich-ausruhen",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -p tsconfig.json",
"build": "tsc",
"start": "ts-node --project tsconfig.json src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@feathersjs/express": "1.2.3",
"@feathersjs/feathers": "3.1.7",
"@diefarbe/lib": "^0.0.4",
"mathjs": "5.0.4",
"systeminformation": "3.42.8",
"tslint": "5.11.0",
"usb-detection": "3.2.0",
"uuid": "3.3.2",
"commander": "2.17.0"
},
"devDependencies": {
"@types/feathersjs__express": "1.1.4",
"@types/feathersjs__feathers": "3.0.4",
"@types/mathjs": "4.4.1",
"ts-node": "7.0.0",
"typescript": "3.0.1"
}
}