forked from FoundKeyGang/FoundKey
Francis Dinh
d9a64d0a22
This reverts commit 5fb294e7d7
.
This will allow the clean/clean-all command to work on Windows once again.
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"name": "sw",
|
|
"version": "13.0.0-preview1",
|
|
"private": true,
|
|
"scripts": {
|
|
"watch": "node build.js watch",
|
|
"build": "node build.js",
|
|
"lint": "eslint src --ext .ts"
|
|
},
|
|
"dependencies": {
|
|
"esbuild": "^0.14.13",
|
|
"foundkey-js": "workspace:*",
|
|
"idb-keyval": "^6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.20.0"
|
|
}
|
|
}
|