42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@aptabase/tauri",
|
|
"version": "0.4.1",
|
|
"private": false,
|
|
"description": "Tauri Plugin for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
|
|
"author": "Guilherme Oenning",
|
|
"browser": "webview-dist/index.js",
|
|
"main": "webview-dist/index.js",
|
|
"types": "webview-dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aptabase/tauri-plugin-aptabase.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/aptabase/tauri-plugin-aptabase/issues"
|
|
},
|
|
"homepage": "https://github.com/aptabase/tauri-plugin-aptabase",
|
|
"scripts": {
|
|
"build": "rollup -c ./webview-src/rollup.config.js",
|
|
"watch": "rollup -c ./webview-src/rollup.config.js -w",
|
|
"prepublishOnly": "yarn build",
|
|
"pretest": "yarn build"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"LICENSE",
|
|
"webview-dist",
|
|
"package.json"
|
|
],
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
"@rollup/plugin-typescript": "11.0.0",
|
|
"rollup": "2.78.0",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"typescript": "5.0.2",
|
|
"tslib": "2.5.0",
|
|
"@tauri-apps/api": "1.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.0.0"
|
|
}
|
|
}
|