12345678910111213141516171819202122 |
- {
- "name": "@pablo/pablo-rest-api-standard",
- "version": "0.0.9",
- "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": "^5.4.3"
- }
- }
|