forked from ijprest/kle-serial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 867 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
35
36
37
{
"name": "@kcf-hub/kle-serial",
"version": "0.17.1",
"description": "Serialization library for keyboard-layout-editor.com",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kcf-hub/kle-serial/"
},
"keywords": [
"kle",
"keyboard-layout-editor",
"serialization",
"json"
],
"authors": [
"Ian Prest <npmjs.com@ian.prest.ca>",
"Buckwich <info@buckwich.de>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kcf-hub/kle-serial/issues"
},
"homepage": "https://github.com/kcf-hub/kle-serial/#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"typescript": "^5.6.3"
}
}