change package

This commit is contained in:
Ivan Antunes 2024-01-08 10:49:59 -03:00
parent 13bebfe006
commit b51721fefa
1 changed files with 1 additions and 10 deletions

View File

@ -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/**/*"