RenaiApp/package.json

26 lines
644 B
JSON
Raw Normal View History

2019-03-10 20:16:18 +01:00
{
2019-06-07 00:35:19 +02:00
"name": "renai",
2019-03-10 20:16:18 +01:00
"version": "1.0.0",
"description": ".",
2019-06-05 00:47:05 +02:00
"private": true,
2019-06-08 00:36:44 +02:00
"author": "Xymorot",
2019-03-10 20:16:18 +01:00
"scripts": {
2019-06-08 00:36:44 +02:00
"start": "electron ./dist/main.js",
"build": "tsc",
"watch": "tsc -w",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"tslint": "tslint -t stylish -c tslint.json -p tsconfig.json",
2019-06-08 01:01:50 +02:00
"prettier": "prettier -c **/*.{html,{c,sc,sa,le}ss,yml}"
2019-03-10 20:16:18 +01:00
},
"dependencies": {
2019-06-08 00:36:44 +02:00
"electron": "^2.0.18",
"typescript": "^2.9.2"
2019-03-10 20:16:18 +01:00
},
"devDependencies": {
2019-06-08 00:36:44 +02:00
"prettier": "^1.18.2",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1"
}
2019-03-10 20:16:18 +01:00
}