25 lines
522 B
JSON
25 lines
522 B
JSON
{
|
|
"dependencies": {
|
|
"node": "^23.9.0",
|
|
"npm": "^11.2.0"
|
|
},
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "HTTP API component for bubble",
|
|
"main": "dist/main.js",
|
|
"devDependencies": {
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"debug": "node dist/main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.shockrah.xyz:2222/shockrah/bubble.git"
|
|
},
|
|
"author": "shockrah",
|
|
"license": "MIT"
|
|
}
|