forked from the-via/keyboards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.62 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
46
47
48
49
50
51
52
53
54
55
{
"name": "via-keyboards",
"version": "0.0.1",
"description": "",
"main": "index.js",
"bin": {
"via-keyboards": "./bin/cli.js"
},
"scripts": {
"build": "ts-node scripts/build-all.ts",
"build-v2": "ts-node scripts/build-v2.ts",
"build-v2-isolated": "ts-node scripts/build-isolated-v2.ts",
"generate-v2": "ts-node scripts/generate-v2.ts",
"build-v3": "ts-node scripts/build-v3.ts",
"build-names": "ts-node scripts/build-names.ts",
"v2-to-v3": "ts-node scripts/v2-to-v3.ts",
"dev": "ts-node-dev --respawn scripts/serve.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-via/keyboards.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/the-via/keyboards/issues"
},
"homepage": "https://github.com/the-via/keyboards#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.9",
"@types/node": "^12.20.16",
"@types/node-static": "^0.7.7",
"microbundle": "^0.15.1",
"node-static": "^0.7.11",
"prettier": "^2.2.1"
},
"dependencies": {
"@types/bluebird": "^3.5.28",
"@types/glob": "^7.1.1",
"@types/rimraf": "^2.0.3",
"add": "^2.0.6",
"ajv": "^6.12.3",
"bluebird": "^3.7.1",
"fs-extra": "^9.1.0",
"json-stringify-pretty-compact": "^2.0.0",
"rimraf": "^3.0.0",
"ts-node": "10.4.0",
"ts-node-dev": "^2.0.0",
"typescript": "^3.6.4",
"typescript-json-schema": "^0.40.0",
"via-reader": "https://github.com/the-via/reader.git#118221e19054de2f04805042ebde33d64d84b005",
"yarn": "^1.22.0"
}
}