Zalvena/packages/web/package.json

39 lines
898 B
JSON
Raw Normal View History

2023-08-21 23:43:50 +02:00
{
"name": "@aptabase/web",
"version": "0.1.3",
"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 13:35:18 +01:00
"build": "tsup"
2023-08-21 23:43:50 +02:00
},
"files": [
"README.md",
"LICENSE",
"dist",
"package.json"
],
"devDependencies": {
2023-09-01 13:35:18 +01:00
"tsup": "7.2.0"
2023-08-21 23:43:50 +02:00
}
}