akkordian/packages/sw/package.json

26 lines
727 B
JSON
Raw Normal View History

2023-12-22 16:27:48 +00:00
{
"name": "@akkohq/sw",
"private": true,
"type": "module",
"scripts": {
"build": "node ./build.js",
"lint": "eslint --quiet \"./src/**/*.ts\" && yarn lint:types",
"lint:types": "tsc --noEmit",
"watch": "nodemon -e json --exec \"node ./build.js watch\" -w ../../package.json"
},
"dependencies": {
"akkordian.js": "workspace:*",
"esbuild": "^0.19.10",
"idb-keyval": "^6.2.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript/lib-webworker": "npm:@types/serviceworker@^0.0.81",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "^3.0.2",
"typescript": "^5.3.3"
}
}