|
@@ -13,8 +13,8 @@
|
|
|
"node": ">=12"
|
|
"node": ">=12"
|
|
|
},
|
|
},
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
- "lint": "tsc && eslint .",
|
|
|
|
|
- "lint:fix": "tsc && eslint . --fix",
|
|
|
|
|
|
|
+ "lint": "tsc && eslint ./src",
|
|
|
|
|
+ "lint:fix": "tsc && eslint ./src --fix",
|
|
|
"format": "prettier --write \"./src/**/*.js\"",
|
|
"format": "prettier --write \"./src/**/*.js\"",
|
|
|
"test": "npm run lint && c8 --reporter=text-summary mocha",
|
|
"test": "npm run lint && c8 --reporter=text-summary mocha",
|
|
|
"test:coverage": "npm run lint && c8 --reporter=text mocha",
|
|
"test:coverage": "npm run lint && c8 --reporter=text mocha",
|
|
@@ -23,7 +23,7 @@
|
|
|
},
|
|
},
|
|
|
"repository": {
|
|
"repository": {
|
|
|
"type": "git",
|
|
"type": "git",
|
|
|
- "url": "https://github.com/e22m4u/js-service.git"
|
|
|
|
|
|
|
+ "url": "git+https://github.com/e22m4u/js-service.git"
|
|
|
},
|
|
},
|
|
|
"keywords": [
|
|
"keywords": [
|
|
|
"DI",
|
|
"DI",
|