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",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "tslint --project tsconfig.json",
|
||||
"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"
|
||||
"postversion": "git push && git push --tags"
|
||||
},
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
|
|
Loading…
Reference in New Issue