All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
31 lines
630 B
JSON
31 lines
630 B
JSON
{
|
|
"name": "cockbot",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/CesiumCs/cockbot.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/CesiumCs/tornbot/issues"
|
|
},
|
|
"homepage": "https://github.com/CesiumCs/tornbot#readme",
|
|
"description": "",
|
|
"engines": {
|
|
"node": ">=22.15.0"
|
|
},
|
|
"dependencies": {
|
|
"stoat.js": "^7.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.24.0",
|
|
"eslint": "^9.24.0"
|
|
}
|
|
}
|