-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.49 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
{
"name": "@aimr/asmr-gan-core",
"version": "1.0.0",
"description": "",
"scripts": {
"preinstall": "node ./scripts.js --prepare.lib --prepare.bin",
"build.docs": "node ./scripts.js --build.docs",
"publish.docs": "node ./scripts.js --publish.docs",
"build.lib": "node ./scripts.js --build.lib",
"publish.lib": "node ./scripts.js --publish.lib",
"build.bin": "node ./scripts.js --build.bin",
"test.lib": "node ./scripts.js --test.lib",
"test.bin": "node ./scripts.js --test.bin",
"lint.all": "node ./scripts.js --lint.all",
"start": "node ./scripts.js --run.bin",
"inc.ver": "node ./scripts.js --inc.ver",
"set.ver": "node ./scripts.js --set.ver",
"publish.git": "node ./scripts.js --publish.git",
"build.docker": "node ./scripts.js --build.docker",
"publish.docker": "node ./scripts.js --publish.docker",
"publish.model": "node ./scripts.js --publish.model"
},
"author": "Stiliyan Kushev",
"license": "ISC",
"devDependencies": {
"@tensorflow/tfjs": "^4.14.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"firebase-admin": "^12.0.0",
"gulp": "^4.0.2",
"gulp-replace": "^1.1.4",
"typedoc": "^0.25.4",
"typescript": "^5.3.3"
},
"engines": {
"npm": ">=8.0.0 <=10.2.3",
"node": ">=16.0.0 <=18.19.0"
}
}