We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6f159 commit a19197cCopy full SHA for a19197c
package.json
@@ -9,8 +9,7 @@
9
"lint": "eslint .",
10
"lint:fix": "eslint --fix .",
11
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings=ExperimentalWarning' jest",
12
- "package": "tsc && ncc build --license licenses.txt",
13
- "license-check": "license-checker --production --onlyAllow \"Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;MIT;CC0-1.0;Unlicense\" --summary"
+ "package": "tsc && ncc build --license licenses.txt"
14
},
15
"keywords": [],
16
"license": "MIT",
@@ -44,7 +43,6 @@
44
43
"eslint-plugin-prettier": "^5.0.0",
45
"eslint-plugin-promise": "^6.1.1",
46
"jest": "^29.6.2",
47
- "license-checker": "^25.0.1",
48
"prettier": "^3.0.1",
49
"ts-jest": "^29.1.1",
50
"ts-node": "^10.9.1",
0 commit comments