Zalvena/packages/web/package.json

37 lines
889 B
JSON
Raw Normal View History

2023-08-21 23:43:50 +02:00
{
"name": "@aptabase/web",
"version": "0.4.3",
2023-08-21 23:43:50 +02:00
"type": "module",
"description": "JavaScript SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
2023-09-01 13:35:18 +01:00
"main": "./dist/index.cjs",
"module": "./dist/index.js",
2023-08-21 23:43:50 +02:00
"types": "./dist/index.d.ts",
"exports": {
".": {
2023-09-01 13:35:18 +01:00
"require": "./dist/index.cjs",
"import": "./dist/index.js",
2023-08-21 23:43:50 +02:00
"types": "./dist/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/aptabase/aptabase-js.git",
2023-09-01 10:52:15 +01:00
"directory": "packages/web"
2023-08-21 23:43:50 +02:00
},
"bugs": {
"url": "https://github.com/aptabase/aptabase-js/issues"
},
"homepage": "https://github.com/aptabase/aptabase-js",
"license": "MIT",
"scripts": {
2023-09-01 19:54:15 +01:00
"build": "tsup",
"prepublishOnly": "npm run build"
2023-08-21 23:43:50 +02:00
},
"files": [
"README.md",
"LICENSE",
"dist",
"package.json"
2023-09-01 14:40:08 +01:00
]
2023-08-21 23:43:50 +02:00
}