41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "hadean",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"types": "module",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@types/react": "^17.0.18",
|
|
"chalk": "^4.1.2",
|
|
"ink": "^3.0.9",
|
|
"ink-big-text": "^1.2.0",
|
|
"ink-form": "^1.0.1",
|
|
"ink-gradient": "^2.0.0",
|
|
"ink-use-stdout-dimensions": "^1.0.5",
|
|
"ipc-tower": "^0.0.6",
|
|
"mongoose": "^5.13.7",
|
|
"multiview": "^3.0.1",
|
|
"react": "^17.0.2",
|
|
"sisteransi": "^1.0.5"
|
|
},
|
|
"scripts": {
|
|
"start": "yarn x bin/app.bundle.js",
|
|
"dev": "yarn tower bin/app.bundle.js",
|
|
"profile": "yarn x --inspect bin/app.bundle.cjs",
|
|
"x": "node",
|
|
"tsc": "tsc",
|
|
"tsc:watch": "yarn tsc --watch",
|
|
"rollup": "rollup --config rollup.config.js",
|
|
"rollup:watch": "yarn rollup --watch",
|
|
"compile": "yarn tsc & yarn rollup",
|
|
"compile:watch": "multiview [ yarn tsc:watch ] [ yarn rollup:watch ]"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-alias": "^3.1.5",
|
|
"@types/node": "^16.6.1",
|
|
"rollup": "^2.56.2",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|