-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 936 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
37
38
{
"name": "celestron-avx-alpaca",
"version": "0.0.6",
"description": "Celestron AVX Alpaca Driver for Raspberry PI",
"author": "Marrony Neris",
"files": [
"bin/",
"dist/",
"binding.cpp",
"binding.gyp"
],
"bin": {
"celestron-avx-alpaca": "bin/cli.js"
},
"dependencies": {
"commander": "^11.0.0",
"express": "^4.18.2",
"node-addon-api": "^7.0.0",
"node-gyp-build": "^4.6.0"
},
"devDependencies": {
"@tsconfig/node20": "^1.0.1",
"@types/express": "^4.17.17",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-plugin-tsdoc": "^0.2.17",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"typescript": "^5.1.3"
},
"scripts": {
"build": "tsc --strict --project ./",
"lint": "eslint -f unix \"src/**/*.ts\"",
"pretty": "pretty-quick"
}
}