-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "@the-via/pelpi",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/the-via/pelpi.git"
},
"author": "Olivia <[email protected]>",
"license": "GPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"repl": "ts-node ./src/cli.ts",
"repl-dev": "ts-node-dev --respawn ./src/cli.ts",
"build": "tsc"
},
"dependencies": {
"chalk": "^4.1.0"
},
"devDependencies": {
"@types/node": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"prettier": "^2.7.1",
"ts-node": "^8.8.2",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.8.3"
},
"description": "An AST parser to support VIA custom UI definitions",
"bugs": {
"url": "https://github.com/the-via/pelpi/issues"
},
"homepage": "https://github.com/the-via/pelpi#readme",
"keywords": [
"via",
"qmk",
"keyboard",
"pelpi"
]
}