24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"name": "qmk-keymap-generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"start": "ts-node-dev --respawn index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^12.7.12",
|
|
"@typescript-eslint/eslint-plugin": "^2.3.3",
|
|
"@typescript-eslint/parser": "^2.3.3",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"ts-node-dev": "^1.0.0-pre.43",
|
|
"typescript": "^3.6.3"
|
|
}
|
|
}
|