UNPKG

@point-hub/papi

Version:

Point API Framework

69 lines 1.88 kB
{ "name": "@point-hub/papi", "version": "0.5.49", "description": "Point API Framework", "type": "module", "main": "lib/index.js", "types": "lib/src/index.d.ts", "files": [ "lib/", "stub/" ], "scripts": { "types": "tsc -p tsconfig.json", "dev": "shx rm -rf lib && bun run build.ts --watch", "build": "shx rm -rf lib && bun run types && bun run build.ts && bun run build:declaration", "build:declaration": "shx rm -rf tsconfig.tsbuildinfo && shx rm -rf tsconfig.types.tsbuildinfo && tsc -p tsconfig.types.json", "lint": "eslint ./src", "lint:fix": "eslint ./src --fix" }, "keywords": [ "bun", "papi", "express", "nodejs", "rest", "api", "boilerplate" ], "author": "Martien Dermawan Tanama <martiendt@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/point-hub/papi.git" }, "devDependencies": { "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.2", "@types/compression": "^1.8.1", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.0.3", "@types/shelljs": "^0.10.0", "@types/validatorjs": "^3.15.5", "@typescript-eslint/eslint-plugin": "^8.51.0", "@typescript-eslint/parser": "^8.51.0", "bun-types": "^1.3.5", "cross-env": "^10.1.0", "eslint": "^9.39.2", "eslint-plugin-simple-import-sort": "^12.1.1", "jiti": "^2.6.1", "shx": "^0.4.0", "typescript": "^5.9.3" }, "dependencies": { "@point-hub/express-cli": "^0.2.2", "@point-hub/express-error-handler": "^0.2.2", "@point-hub/express-factory": "^1.1.4", "@point-hub/express-utils": "^0.2.12", "date-fns": "^4.1.0", "shelljs": "^0.10.0" }, "peerDependencies": { "express": "^5.1.0", "mongodb": "^7.0.0" }, "publishConfig": { "access": "public" } }