39 lines
977 B
JSON
39 lines
977 B
JSON
{
|
|
"name": "@squeebot/cli",
|
|
"version": "3.4.2",
|
|
"description": "Squeebot v3 runtime, environments and configuration",
|
|
"main": "dist/squeebot.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",
|
|
"prepare": "npm run build"
|
|
},
|
|
"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.12",
|
|
"@types/node": "^16.7.10",
|
|
"@types/tar": "^4.0.5",
|
|
"@types/yargs": "^17.0.2",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.4.2"
|
|
},
|
|
"dependencies": {
|
|
"@squeebot/core": "^3.3.4",
|
|
"fs-extra": "^10.0.0",
|
|
"node-watch": "^0.7.1",
|
|
"tar": "^6.1.11",
|
|
"yargs": "^17.1.1"
|
|
}
|
|
}
|