mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
23 lines
618 B
JSON
23 lines
618 B
JSON
{
|
|
"name": "plugins-service",
|
|
"version": "0.0.1",
|
|
"description": "Plugin service worker for Actual",
|
|
"main": "plugin-sw.js",
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production ./bin/build-service-worker",
|
|
"build-dev": "cross-env NODE_ENV=development ./bin/build-service-worker",
|
|
"watch": "cross-env NODE_ENV=development ./bin/build-service-worker --watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"workbox-precaching": "^7.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.18.11",
|
|
"cross-env": "^10.1.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.1.9"
|
|
}
|
|
}
|