{ "name": "@pablo/pablo-rest-api-standard", "version": "0.0.10", "description": "Pablo Rest API Standard Library", "main": "lib/index.js", "scripts": { "build": "npx tsc", "test": "exit 0" }, "repository": { "type": "git", "url": "https://git.pablo.by/pablo/pablo-rest-api-standard" }, "author": { "name": "Pablo Barrera Yaksic", "email": "contacto@pablo.by" }, "devDependencies": { "@types/express": "^4.17.21", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/typescript-estree": "^5.33.0", "eslint": "^8.57.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-prettier": "^4.2.1", "typescript": "^5.4.3" } }