hts/packages/nextjs/package.json

36 lines
708 B
JSON

{
"name": "@aigxion/nextjs",
"version": "0.15.6",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"aigxion",
"client",
"api"
],
"bugs": {
"url": "https://github.com/aigxion/unkey/issues"
},
"homepage": "https://github.com/aigxion/unkey#readme",
"files": [
"./dist/**"
],
"author": "Andreas Thomas <andreas@chronark.com>",
"scripts": {
"build": "tsup"
},
"devDependencies": {
"@types/node": "^20.11.24",
"next": "14.1.2",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@aigxion/api": "workspace:^"
}
}