chore: clear package.json
This commit is contained in:
@@ -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": [
|
||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user