2020-11-21 15:41:31 +00:00
|
|
|
{
|
|
|
|
"name": "@squeebot/cli",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"description": "Squeebot v3 runtime, environments and configuration",
|
|
|
|
"main": "index.js",
|
|
|
|
"bin": {
|
|
|
|
"squeebot": "./dist/squeebot.js",
|
|
|
|
"squeebotd": "./dist/squeebotd.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "tsc",
|
|
|
|
"watch": "tsc -w",
|
|
|
|
"start": "node ./dist/squeebot"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://gitlab.icynet.eu/Squeebot/cli.git"
|
|
|
|
},
|
|
|
|
"author": "Evert \"Diamond\" Prants <evert@lunasqu.ee>",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/fs-extra": "^9.0.4",
|
|
|
|
"@types/node": "^14.14.8",
|
|
|
|
"@types/yargs": "^15.0.10",
|
|
|
|
"tslint": "^6.1.3",
|
|
|
|
"typescript": "^4.0.5"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@squeebot/core": "file:../core",
|
|
|
|
"fs-extra": "^9.0.1",
|
2020-11-28 13:59:54 +00:00
|
|
|
"node-watch": "^0.7.0",
|
2020-11-21 15:41:31 +00:00
|
|
|
"yargs": "^16.1.1"
|
|
|
|
}
|
|
|
|
}
|