1234567891011121314151617181920212223242526272829 |
- {
- "name": "@pablo/pablo-rest-api-standard",
- "version": "0.0.1",
- "description": "Pablo Rest API Standard Library",
- "main": "lib/index.js",
- "scripts": {
- "build": "npx tsc",
- "test": "exit 0"
- },
- "pre-commit": "npx eslint && npx tsc",
- "repository": {
- "type": "git",
- "url": "https://git.pablo.by/pablo/rest-api-standard"
- },
- "author": {
- "name": "Pablo Barrera Yaksic",
- "email": "contacto@pablo.by"
- },
- "devDependencies": {
- "@types/express": "^4.17.21",
- "@typescript-eslint/eslint-plugin": "^6.21.0",
- "eslint": "^8.57.0",
- "eslint-config-standard-with-typescript": "^43.0.1",
- "eslint-plugin-import": "^2.29.1",
- "eslint-plugin-n": "^16.6.2",
- "eslint-plugin-promise": "^6.1.1",
- "typescript": "^5.4.3"
- }
- }
|