|
| 1 | +{ |
| 2 | + "name": "nuxt-http-client-hints", |
| 3 | + "type": "module", |
| 4 | + "version": "0.0.0", |
| 5 | + "packageManager": "[email protected]", |
| 6 | + "description": "Nuxt HTTP Client Hints", |
| 7 | + "author": "userquin <[email protected]>", |
| 8 | + "license": "MIT", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git+https://github.com/userquin/nuxt-http-client-hints.git" |
| 12 | + }, |
| 13 | + "bugs": "https://github.com/userquin/nuxt-http-client-hints/issues", |
| 14 | + "keywords": [ |
| 15 | + "HTTP Client Hints", |
| 16 | + "User Agent Client Hints", |
| 17 | + "Device Client Hints", |
| 18 | + "Network Client Hints", |
| 19 | + "Browser detection", |
| 20 | + "nuxt module" |
| 21 | + ], |
| 22 | + "sideEffects": false, |
| 23 | + "exports": { |
| 24 | + ".": { |
| 25 | + "types": "./dist/types.d.ts", |
| 26 | + "default": "./dist/module.mjs" |
| 27 | + }, |
| 28 | + "./package.json": "./package.json" |
| 29 | + }, |
| 30 | + "main": "./dist/module.mjs", |
| 31 | + "types": "./dist/types.d.ts", |
| 32 | + "files": [ |
| 33 | + "dist" |
| 34 | + ], |
| 35 | + "scripts": { |
| 36 | + "prepack": "nuxt-module-build build", |
| 37 | + "dev": "nuxi dev playground", |
| 38 | + "dev:build": "nuxi build playground", |
| 39 | + "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", |
| 40 | + "release": "bumpp && npm publish", |
| 41 | + "lint": "eslint .", |
| 42 | + "test": "vitest run", |
| 43 | + "test:watch": "vitest watch", |
| 44 | + "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" |
| 45 | + }, |
| 46 | + "dependencies": { |
| 47 | + "@nuxt/kit": "^3.13.2", |
| 48 | + "detect-browser-es": "^0.1.1" |
| 49 | + }, |
| 50 | + "devDependencies": { |
| 51 | + "@nuxt/devtools": "^1.5.0", |
| 52 | + "@nuxt/eslint-config": "^0.5.7", |
| 53 | + "@nuxt/module-builder": "^0.8.4", |
| 54 | + "@nuxt/schema": "^3.13.2", |
| 55 | + "@nuxt/test-utils": "^3.14.2", |
| 56 | + "@types/node": "latest", |
| 57 | + "bumpp": "^9.2.0", |
| 58 | + "changelogen": "^0.5.7", |
| 59 | + "eslint": "^9.11.0", |
| 60 | + "nuxt": "^3.13.0", |
| 61 | + "typescript": "latest", |
| 62 | + "vitest": "^2.1.1", |
| 63 | + "vue-tsc": "^2.1.6" |
| 64 | + } |
| 65 | +} |
0 commit comments