diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 19:00:33 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 19:00:33 +0000 |
| commit | 4228765100aeca3d0ae170621335631ffb784753 (patch) | |
| tree | dfa7f84aea34d120be025218e21ce869cd2ce0ee | |
| parent | b517f7ba3c772e3ef399333fe6964a1b47ce963b (diff) | |
| download | ao-coverage-4228765100aeca3d0ae170621335631ffb784753.tar.gz ao-coverage-4228765100aeca3d0ae170621335631ffb784753.tar.bz2 ao-coverage-4228765100aeca3d0ae170621335631ffb784753.zip | |
Move TS dependencies to devDependencies
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index deda25d..da60a5d 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,6 @@ "author": "Kevin J Hoerr <kjhoerr@submelon.tech>", "license": "Parity-7.0.0", "dependencies": { - "@types/express": "^4.17.13", - "@types/jsdom": "^16.2.13", - "@types/uuid": "^8.3.1", - "@types/xml2js": "^0.4.9", "badgen": "^3.2.2", "bson": "^4.5.2", "dotenv": "^10.0.0", @@ -35,7 +31,6 @@ "jsdom": "^17.0.0", "logform": "^2.3.0", "mongodb": "^4.1.2", - "typescript": "^4.4.3", "uuid": "^8.3.2", "winston": "^3.3.3", "winston-transport": "^4.4.0", @@ -43,9 +38,13 @@ }, "devDependencies": { "@microsoft/tsdoc": "^0.13.2", + "@types/express": "^4.17.13", "@types/jest": "^27.0.1", + "@types/jsdom": "^16.2.13", "@types/supertest": "^2.0.11", "@types/triple-beam": "^1.3.2", + "@types/uuid": "^8.3.1", + "@types/xml2js": "^0.4.9", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0", @@ -58,7 +57,8 @@ "triple-beam": "^1.3.0", "ts-jest": "^27.0.5", "tsc-watch": "^4.5.0", - "typedoc": "^0.22.3" + "typedoc": "^0.22.3", + "typescript": "^4.4.3" }, "jest": { "preset": "ts-jest", |
