mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:43:09 +02:00
24 lines
566 B
JSON
24 lines
566 B
JSON
{
|
|
"name": "sw",
|
|
"private": true,
|
|
"scripts": {
|
|
"watch": "node build.js watch",
|
|
"build": "node build.js",
|
|
"typecheck": "tsc --noEmit",
|
|
"eslint": "eslint --quiet src/**/*.ts",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"dependencies": {
|
|
"esbuild": "0.19.8",
|
|
"idb-keyval": "6.2.1",
|
|
"misskey-js": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "6.14.0",
|
|
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67",
|
|
"eslint": "8.55.0",
|
|
"eslint-plugin-import": "2.29.0",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"type": "module"
|
|
}
|