core/package.json

31 lines
756 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/node": "^14.14.9",
"tslint": "^6.1.3",
"typescript": "^4.0.5"
},
"dependencies": {
"dateformat": "^4.0.0",
"fs-extra": "^9.0.1"
}
}