chore: clear package.json
This commit is contained in:
parent
66e33b7b00
commit
ff2ae0a5c6
1 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.7.0"
|
"node": ">=14.7.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"rm": "rimraf out",
|
"rm": "rimraf out",
|
||||||
"lint": "TIMING=1 eslint \"**/*.ts*\"",
|
"lint": "TIMING=1 eslint \"**/*.ts*\"",
|
||||||
|
|
@ -71,7 +71,9 @@
|
||||||
"ts-pattern": "^4.3.0",
|
"ts-pattern": "^4.3.0",
|
||||||
"ws": "^8.13.0"
|
"ws": "^8.13.0"
|
||||||
},
|
},
|
||||||
"bin": "./bin/cli.js",
|
"bin": {
|
||||||
|
"cc": "bin/cli.js"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue