-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 970 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
{
"version": "1.0.0",
"description": "just a script to push sensorpush to stathat",
"main": "index.js",
"dependencies": {
"sensorpush": "1.0.0",
"stathat": "0.0.8"
},
"devDependencies": {
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "3.1.4",
"prettier": "^2.2.0",
"typescript": "^4.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malgorithms/sensorpush-stathat.git"
},
"keywords": [
"sensorpush",
"stathat"
],
"author": "Chris Coyne <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/malgorithms/sensorpush-stathat/issues"
},
"homepage": "https://github.com/malgorithms/sensorpush-stathat#readme"
}