42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "df-idle",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@types/blessed": "^0.1.17",
|
|
"@types/bonjour": "^3.5.8",
|
|
"@types/chai": "^4.2.19",
|
|
"@types/faker": "^5.5.6",
|
|
"@types/mocha": "^8.2.2",
|
|
"@types/uuid": "^8.3.0",
|
|
"bonjour": "^3.5.0",
|
|
"chai": "^4.3.4",
|
|
"chalk": "^4.1.1",
|
|
"deepmerge": "^4.2.2",
|
|
"faker": "^5.5.3",
|
|
"frigid": "^1.3.8",
|
|
"fs-extra": "^10.0.0",
|
|
"get-port": "^5.1.1",
|
|
"mocha": "^9.0.1",
|
|
"module-alias": "^2.2.2",
|
|
"neo-blessed": "^0.2.0",
|
|
"printable-characters": "^1.0.42",
|
|
"sisteransi": "^1.0.5",
|
|
"typescript": "^4.3.2",
|
|
"uuid": "^8.3.2",
|
|
"walk-sync": "^3.0.0",
|
|
"ws": "^7.4.6",
|
|
"yarn": "^1.22.10"
|
|
},
|
|
"scripts": {
|
|
"compile:watch": "tsc --watch",
|
|
"start": "node --no-warnings --loader ./lib/aliases.mjs --enable-source-maps out/src/index.js",
|
|
"dev": "supervisor -w out -n exit -t -k --exec yarn -- start",
|
|
"prod": "git fetch && git pull && yarn && tsc && yarn start",
|
|
"test": "mocha",
|
|
"lint": "eslint src/**/*.ts"
|
|
}
|
|
}
|