forked from the-via/keyboards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "keyboards",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "ts-node scripts/build.ts",
"generate-v2": "ts-node scripts/generate-v2.ts",
"dev": "ts-node-dev --respawn scripts/build.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-via/keyboards.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/the-via/keyboards/issues"
},
"homepage": "https://github.com/the-via/keyboards#readme",
"devDependencies": {
"microbundle": "^0.11.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"dependencies": {
"@types/bluebird": "^3.5.28",
"@types/glob": "^7.1.1",
"@types/rimraf": "^2.0.3",
"add": "^2.0.6",
"ajv": "^6.10.2",
"bluebird": "^3.7.1",
"json-stringify-pretty-compact": "^2.0.0",
"rimraf": "^3.0.0",
"ts-node-dev": "^1.0.0-pre.43",
"typescript-json-schema": "^0.40.0",
"via-reader": "git://github.com/the-via/reader.git#57fbd7617fc3995e7cac5ee8f8a4f868d28a0e1d",
"yarn": "^1.19.1"
}
}