42 lines
994 B
JSON
42 lines
994 B
JSON
{
|
|
"name": "@aptabase/react",
|
|
"version": "0.1.1",
|
|
"type": "module",
|
|
"description": "React SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.cjs",
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aptabase/aptabase-js.git",
|
|
"directory": "packages/react"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/aptabase/aptabase-js/issues"
|
|
},
|
|
"homepage": "https://github.com/aptabase/aptabase-js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"LICENSE",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"@aptabase/web": "0.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0"
|
|
}
|
|
}
|