Files
luma/package.json
T
2026-01-10 04:08:07 -03:00

23 lines
439 B
JSON

{
"name": "sealbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.neru.rip/neru/sealbot"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/node": "^25.0.5",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}