Install scoped packages straight from git

This commit is contained in:
Piotr Rogowski 2022-10-31 19:51:28 +01:00
parent e2e125fa39
commit af2f82d589
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 4866 additions and 1551 deletions

6411
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,13 +14,13 @@
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"start": "tsc --watch",
"lint": "tsc && eslint --max-warnings=0 src/**/*.ts src/*.ts"
},
"devDependencies": {
"@hyper-tuner/eslint-config": "^0.1.6",
"@types/node": "^18.11.5",
"@hyper-tuner/eslint-config": "git+https://github.com/hyper-tuner/eslint-config.git",
"@types/node": "^18.11.8",
"eslint-plugin-modules-newline": "^0.0.6",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "^4.8.4"