2021-06-14 22:03:55 -04:00
|
|
|
{
|
|
|
|
|
"name": "df-idle",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/blessed": "^0.1.17",
|
|
|
|
|
"chalk": "^4.1.1",
|
|
|
|
|
"faker": "^5.5.3",
|
2021-06-15 19:26:40 -04:00
|
|
|
"frigid": "^1.3.6",
|
2021-06-14 22:03:55 -04:00
|
|
|
"logger": "^0.0.1",
|
|
|
|
|
"neo-blessed": "^0.2.0",
|
|
|
|
|
"printable-characters": "^1.0.42",
|
|
|
|
|
"sisteransi": "^1.0.5",
|
2021-06-15 19:15:49 -04:00
|
|
|
"typescript": "^4.3.2",
|
|
|
|
|
"yarn": "^1.22.10"
|
2021-06-14 22:03:55 -04:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"compile:watch": "tsc --watch",
|
|
|
|
|
"start": "node --enable-source-maps out/index.js",
|
2021-06-15 19:15:49 -04:00
|
|
|
"dev": "supervisor -w out -n exit -t -k --exec yarn -- start",
|
|
|
|
|
"prod": "git fetch && git pull && tsc && yarn start"
|
2021-06-14 22:03:55 -04:00
|
|
|
}
|
|
|
|
|
}
|