diff --git a/package.json b/package.json index 7e4b6ce..cee0b7a 100644 --- a/package.json +++ b/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/**/*"