|
|
@ -17,14 +17,12 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"license": "AGPL-3.0-or-later", |
|
|
|
"license": "AGPL-3.0-or-later", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"build": "nest build", |
|
|
|
"build": "npm run docker:build", |
|
|
|
"build:obfuscate": "EE=true webpack --config webpack.config.js", |
|
|
|
"build:obfuscate": "EE=true webpack --config webpack.config.js", |
|
|
|
"obfuscate:build:publish": "npm run build:obfuscate && npm publish .", |
|
|
|
"obfuscate:build:publish": "npm run build:obfuscate && npm publish .", |
|
|
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", |
|
|
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", |
|
|
|
"start": "nest start", |
|
|
|
"start": "npm run watch:run", |
|
|
|
"start:dev": "nest start --watch", |
|
|
|
"start:prod": "node docker/main", |
|
|
|
"start:debug": "nest start --debug --watch", |
|
|
|
|
|
|
|
"start:prod": "node dist/main", |
|
|
|
|
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", |
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", |
|
|
|
"test": "jest", |
|
|
|
"test": "jest", |
|
|
|
"test:watch": "jest --watch", |
|
|
|
"test:watch": "jest --watch", |
|
|
|