-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 913 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
{
"name": "@qmk-helper/keyboard-converter",
"version": "1.0.1",
"description": "",
"bin": "dist/bin/index.js",
"main": "dist/lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qmk-helper/keyboard-converter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qmk-helper/keyboard-converter/issues"
},
"homepage": "https://github.com/qmk-helper/keyboard-converter#readme",
"dependencies": {
"@qmk-helper/kle-serial": "git+https://github.com/qmk-helper/kle-serial.git",
"arg": "^4.1.3",
"class-transformer": "^0.3.1",
"reflect-metadata": "^0.1.13",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/node": "^14.6.0"
}
}