caprover-api
Version:
API client for CapRover
39 lines (38 loc) • 1.22 kB
JSON
{
"name": "caprover-api",
"version": "0.0.15",
"description": "API client for CapRover",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"formatter": "prettier --check './src/**/*.ts*'",
"formatter-write": "prettier --write './src/**/*.ts*'",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"tslint-fix": "tslint --fix -c tslint.json -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist && npm run tslint && npx tsc && chmod +x ./dist -R",
"dev": "rm -rf ./dist && npx tsc && node ./dist/example.js",
"generate-barrels": "barrelsby --directory src/models"
},
"keywords": [
"caprover",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/caprover/caprover-api.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"cross-fetch": "^4.1.0"
},
"devDependencies": {
"@types/node": "^24.0.10",
"barrelsby": "^2.8.1",
"prettier": "^3.6.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.8.3"
}
}