35 lines
860 B
JSON
35 lines
860 B
JSON
{
|
|
"name": "@squeebot/core",
|
|
"version": "3.0.0",
|
|
"description": "Squeebot v3 core for the execution environment",
|
|
"main": "lib/index.js",
|
|
"module": "lib/",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"prepare": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.icynet.eu/Squeebot/core.git"
|
|
},
|
|
"author": "Evert \"Diamond\" Prants <evert@lunasqu.ee>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/dateformat": "^3.0.1",
|
|
"@types/fs-extra": "^9.0.4",
|
|
"@types/semver": "^7.3.4",
|
|
"@types/node": "^14.14.9",
|
|
"@types/tar": "^4.0.4",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"dependencies": {
|
|
"dateformat": "^4.0.0",
|
|
"fs-extra": "^9.0.1",
|
|
"semver": "^7.3.2",
|
|
"tar": "^6.0.5"
|
|
}
|
|
}
|