-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
42
43
44
45
{
"name": "pfsense-blink1",
"version": "0.2.4",
"private": false,
"homepage": "https://github.com/amacado/pfsense-blink1",
"author": {
"name": "Clemens Bastian",
"url": "https://clemensbastian.de",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/amacado/pfsense-blink1.git"
},
"bugs": {
"url": "https://github.com/amacado/pfsense-blink1/issues"
},
"keywords": [
"pfSense",
"blink(1)"
],
"bin": "dist/index.js",
"license": "WTFPL",
"dependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.1",
"@types/npmlog": "^4.1.3",
"axios": "^0.24.0",
"json5": "^2.2.0",
"lodash": "^4.17.21",
"nconf": "^0.11.4",
"node-blink1": "^0.5.1",
"npmlog": "^6.0.0"
},
"scripts": {
"serve": "ts-node ./src/index.ts",
"build": "tsc --removeComments",
"start": "node ./dist/index.js"
},
"devDependencies": {
"np": "^7.6.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}