change package
This commit is contained in:
parent
13bebfe006
commit
b51721fefa
11
package.json
11
package.json
|
@ -7,16 +7,7 @@
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "tslint --project tsconfig.json",
|
"postversion": "git push && git push --tags"
|
||||||
"start": "ts-node src/index.ts",
|
|
||||||
"watch": "nodemon -e ts -w ./src -x npm run watch:serve",
|
|
||||||
"watch:serve": "ts-node src/index.ts",
|
|
||||||
"postversion": "git push && git push --tags",
|
|
||||||
"build": "rm -rf lib/ && tsc && npm run obfuscate && npm run copy-pages",
|
|
||||||
"prepare": "npm run build",
|
|
||||||
"obfuscate": "javascript-obfuscator lib/ --config obfuscator-config.json && node rename-lib-files",
|
|
||||||
"copy-pages": "",
|
|
||||||
"test": "ENV_PATH=.env.test jest --no-cache --detectOpenHandles"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib/**/*"
|
"lib/**/*"
|
||||||
|
|
Loading…
Reference in New Issue