hadean-old/package.json

58 lines
1.7 KiB
JSON

{
"name": "hadean",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"dependencies": {
"@nodegui/nodegui": "^0.33.3",
"@types/blessed": "^0.1.17",
"@types/bonjour": "^3.5.8",
"@types/chai": "^4.2.19",
"@types/faker": "^5.5.6",
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^8.2.2",
"@types/node-ipc": "^9.1.5",
"@types/uuid": "^8.3.0",
"@types/watch": "^1.0.2",
"@types/ws": "^7.4.5",
"@web/dev-server": "^0.1.18",
"bonjour": "^3.5.0",
"chai": "^4.3.4",
"chalk": "^4.1.1",
"chokidar": "^3.5.2",
"deepmerge": "^4.2.2",
"faker": "^5.5.3",
"frigid": "^1.3.13",
"fs-extra": "^10.0.0",
"get-port": "^5.1.1",
"mocha": "^9.0.1",
"module-alias": "^2.2.2",
"neo-blessed": "^0.2.0",
"node-dev": "^7.0.0",
"node-ipc": "^10.0.2",
"nodemon": "^2.0.7",
"printable-characters": "^1.0.42",
"sisteransi": "^1.0.5",
"supervisor": "^0.12.0",
"typescript": "^4.3.2",
"uuid": "^8.3.2",
"walk-sync": "^3.0.0",
"watch": "^1.0.2",
"ws": "^7.4.6",
"yarn": "^1.22.10"
},
"scripts": {
"compile:watch": "tsc --watch",
"start": "yarn x out/src/index.js",
"dev": "yarn x out/src/hot-index.js",
"prod": "git fetch && git pull && yarn && tsc && yarn start",
"test": "mocha",
"lint": "eslint src/**/*.ts",
"web": "web-dev-server --open index.html --node-resolve --watch",
"profile": "node --inspect-brk --no-warnings --loader ./lib/aliases.mjs --enable-source-maps out/src/index.js",
"qx": "qode --no-warnings --loader ./lib/aliases.mjs",
"x": "node --no-warnings --loader ./lib/aliases.mjs"
}
}