-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 872 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
{
"name": "CTSConverter",
"version": "1.2.0",
"description": "Transfer nn test case to webml test case",
"main": "./src/main.py",
"directories": {
"src": "src files",
"output": "output files"
},
"dependencies": {
},
"devDependencies": {
},
"scripts": {
"start": "python3 ./src/main.py -t ./src/nn/specs",
"combine": "python3 ./src/main.py -c ./output/cts -p ./V1_0_plus -o ./output/cts-all.js && python3 ./src/main.py -s ./test_supplement -o ./test_supplement/cts_supplement-all.js",
"info": "python3 ./src/main.py -h"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cuiyanx/CTSConverter.git"
},
"author": "[email protected]",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/cuiyanx/CTSConverter/issues"
},
"homepage": "https://github.com/cuiyanx/CTSConverter#readme"
}