forked from FoundKeyGang/FoundKey
Francis Dinh
6bba55c196
This implements the upstream changes from https://github.com/misskey-dev/misskey/pull/9314 but updated to our version of ESLint. Also updates TypeScript to 4.9.4 for all packages.
21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"name": "sw",
|
|
"version": "13.0.0-preview3",
|
|
"private": true,
|
|
"scripts": {
|
|
"watch": "node build.js watch",
|
|
"build": "node build.js",
|
|
"lint": "tsc --noEmit && eslint src --ext .ts"
|
|
},
|
|
"dependencies": {
|
|
"esbuild": "^0.14.13",
|
|
"foundkey-js": "workspace:*",
|
|
"idb-keyval": "^6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^5.46.1",
|
|
"eslint": "^8.29.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|