-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 993 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
{
"name": "zpin2",
"version": "0.0.1",
"description": "",
"module": "commonjs",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"test": "jest --watchAll --coverage=false --maxWorkers=100% --passWithNoTests",
"test:cov": "jest --watchAll --coverage --maxWorkers=100% --passWithNoTests"
},
"author": "zacaj",
"dependencies": {
"@serialport/parser-delimiter": "^10.3.0",
"@types/seedrandom": "^3.0.2",
"aminogfx-gl": "file:../aminogfx-gl",
"rpi-gpio": "^2.1.7",
"seedrandom": "^3.0.5",
"serialport": "^10.4.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/node": "file:./node-types",
"@types/rpi-gpio": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"eslint-plugin-sonarjs": "^0.16.0",
"jest": "^29.1.2",
"scp2": "^0.5.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}