Skip to content

Commit 422ad80

Browse files
build: remove unused packages
1 parent 987e14c commit 422ad80

File tree

2 files changed

+10
-236
lines changed

2 files changed

+10
-236
lines changed

package-lock.json

Lines changed: 0 additions & 224 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
"object-to-class",
3434
"typescript-serializer"
3535
],
36+
"scripts": {
37+
"build": "rimraf build && tsc --project tsconfig.prod.json",
38+
"prettier:fix": "prettier --write \"**/*.{ts,md}\"",
39+
"prettier:check": "prettier --check \"**/*.{ts,md}\"",
40+
"lint:fix": "eslint --max-warnings 0 --fix --ext .ts src/",
41+
"lint:check": "eslint --max-warnings 0 --ext .ts src/",
42+
"test": "jest --coverage --verbose",
43+
"test:watch": "jest --watch",
44+
"test:ci": "jest --runInBand --coverage --verbose"
45+
},
3646
"husky": {
3747
"hooks": {
3848
"pre-commit": "lint-staged"
@@ -51,29 +61,17 @@
5161
"@types/node": "13.11.0",
5262
"@typescript-eslint/eslint-plugin": "2.26.0",
5363
"@typescript-eslint/parser": "2.26.0",
54-
"copyfiles": "2.2.0",
5564
"dayjs": "1.8.23",
5665
"eslint": "6.8.0",
5766
"eslint-plugin-jest": "23.8.2",
5867
"husky": "^4.2.5",
5968
"jest": "25.2.7",
60-
"json": "9.0.6",
6169
"lint-staged": "^10.2.11",
6270
"prettier": "^2.0.5",
6371
"reflect-metadata": "0.1.13",
6472
"rimraf": "3.0.2",
6573
"ts-jest": "25.3.0",
6674
"ts-node": "8.8.1",
6775
"typescript": "3.8.3"
68-
},
69-
"scripts": {
70-
"build": "rimraf build && tsc --project tsconfig.prod.json",
71-
"prettier:fix": "prettier --write \"**/*.{ts,md}\"",
72-
"prettier:check": "prettier --check \"**/*.{ts,md}\"",
73-
"lint:fix": "eslint --max-warnings 0 --fix --ext .ts src/",
74-
"lint:check": "eslint --max-warnings 0 --ext .ts src/",
75-
"test": "jest --coverage --verbose",
76-
"test:watch": "jest --watch",
77-
"test:ci": "jest --runInBand --coverage --verbose"
7876
}
7977
}

0 commit comments

Comments
 (0)