@bentonow/bento-nextjs-sdk
Version:
🍱 Bento Next.JS SDK and tracking library
62 lines • 1.63 kB
JSON
{
"name": "@bentonow/bento-nextjs-sdk",
"version": "0.0.1-rc3",
"description": "🍱 Bento Next.JS SDK and tracking library",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./analytics": {
"types": "./dist/types/analytics/index.d.ts",
"import": "./dist/esm/analytics/index.js",
"require": "./dist/cjs/analytics/index.js"
},
"./analytics/legacy": {
"types": "./dist/types/analytics/legacy/index.d.ts",
"import": "./dist/esm/analytics/legacy/index.js",
"require": "./dist/cjs/analytics/legacy/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "npm run clean && tsup && tsc -p tsconfig.library.json",
"clean": "rimraf ./dist",
"dev": "tsup --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bentonow/bento-nextjs-sdk.git"
},
"keywords": [
"bento",
"typescript",
"nextjs"
],
"author": "Backpack Internet",
"license": "MIT",
"bugs": {
"url": "https://github.com/bentonow/bento-nextjs-sdk/issues"
},
"homepage": "https://bentonow.com",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"next": "^14.2.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || >=15.0.0-rc",
"react": "^17.0.0 || ^18.0.0 || >=19.0.0-beta"
},
"engines": {
"node": ">=18.17.0"
}
}