-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 908 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
{
"name": "vaersparing",
"version": "1.0.0",
"description": "Samler sammen noen mynter når været er dårlig",
"main": "dist/app.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Halvor Holsten Strand",
"license": "MIT",
"dependencies": {
"argparse": "^1.0.10",
"btoa": "^1.2.1",
"config": "^3.2.2",
"node-schedule": "^1.3.2",
"superagent": "^5.1.0",
"superagent-proxy": "^2.0.0",
"xml2js": "^0.4.22"
},
"devDependencies": {
"@types/argparse": "^1.0.36",
"@types/btoa": "^1.2.3",
"@types/config": "0.0.34",
"@types/node-schedule": "^1.2.4",
"@types/superagent": "^4.1.3",
"@types/xml2js": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^2.3.2",
"@typescript-eslint/parser": "^2.3.2",
"eslint": "^6.8.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
}
}