Files
cockinator/package.json
Kira 3b1b00928a
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
stoat basic functionality, most things just dont work with this api yet
2026-04-02 21:00:19 -04:00

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"
}
}