|
| 1 | +{ |
| 2 | + "name": "@ambitiondev/dynamic-url", |
| 3 | + "description": "lightweight util for creating dynamic endpoint strings", |
| 4 | + "version": "0.0.0", |
| 5 | + "main": "./dist/src/url.js", |
| 6 | + "types": "./dist/src/url.d.ts", |
| 7 | + "files": [ |
| 8 | + "dist" |
| 9 | + ], |
| 10 | + "authors": [ |
| 11 | + { |
| 12 | + "name": "Berrie Nachtweh - Ambition Concepts", |
| 13 | + "email": "info@ambitiondev.io", |
| 14 | + "url": "https://ambitiondev.io" |
| 15 | + } |
| 16 | + ], |
| 17 | + "devDependencies": { |
| 18 | + "@commitlint/config-conventional": "^20.3.1", |
| 19 | + "@eslint/js": "^9.39.2", |
| 20 | + "@types/qs": "^6.14.0", |
| 21 | + "@vitest/coverage-v8": "^4.0.17", |
| 22 | + "commitizen": "^4.3.1", |
| 23 | + "eslint": "^9.39.2", |
| 24 | + "husky": "^9.1.7", |
| 25 | + "typedoc": "^0.28.16", |
| 26 | + "typedoc-plugin-markdown": "^4.9.0", |
| 27 | + "typescript": "^5.9.3", |
| 28 | + "typescript-eslint": "^8.53.0", |
| 29 | + "vitest": "^4.0.17" |
| 30 | + }, |
| 31 | + "dependencies": { |
| 32 | + "qs": "^6.14.1" |
| 33 | + }, |
| 34 | + "scripts": { |
| 35 | + "--- 🎣 Hooks ---": "", |
| 36 | + "prepare": "husky", |
| 37 | + "--- 🧪 Testing ---": "", |
| 38 | + "test": "vitest", |
| 39 | + "test:coverage": "vitest run --coverage", |
| 40 | + "--- 🎗️ Lint ---": "", |
| 41 | + "lint": "eslint src/*.ts", |
| 42 | + "--- 📚 Documentation ---": "", |
| 43 | + "docs:generate": "./.scripts/generate-docs.sh", |
| 44 | + "--- 🤓 Developer Tools ---": "", |
| 45 | + "commit": "git-cz", |
| 46 | + "build": "tsc" |
| 47 | + }, |
| 48 | + "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6" |
| 49 | +} |
0 commit comments