hts/packages/nuxt/package.json

56 lines
1.3 KiB
JSON

{
"name": "@aigxion/nuxt",
"version": "1.1.5",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "Nuxt integration for aigxion",
"repository": "aigxion/unkey",
"license": "AGPL-3.0",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"keywords": [
"aigxion",
"client",
"api"
],
"bugs": {
"url": "https://github.com/aigxion/unkey/issues"
},
"homepage": "https://github.com/aigxion/unkey#readme",
"files": [
"dist"
],
"scripts": {
"build": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"test": "vitest run"
},
"dependencies": {
"@nuxt/kit": "^3.8.0",
"@aigxion/api": "workspace:^",
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.8.0",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.11.24",
"dotenv": "^16.4.4",
"h3": "^1.11.1",
"nuxt": "^3.10.3",
"vitest": "^1.3.0",
"vue": "^3.4.21"
}
}