@open-node/dm
Version:
Dependency Injection Manager for Node.js
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "@open-node/dm",
"version": "3.0.0-alpha.2",
"description": "Dependency Injection Manager for Node.js",
"main": "dist/dm.js",
"scripts": {
"lint": "eslint ./src/*",
"build": "tsc",
"test": "jest --coverage",
"test:watch": "jest --watch src",
"release": "npm run test && npm run build && npm publish --registry=https://registry.npmjs.org --access=public",
"release:github": "npm publish --registry=https://npm.pkg.github.com/"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/open-node/dm.git"
},
"keywords": [
"Dependency",
"Manager"
],
"author": "Redstone Zhao",
"license": "MIT",
"bugs": {
"url": "https://github.com/open-node/dm/issues"
},
"homepage": "https://github.com/open-node/dm#readme",
"devDependencies": {
"@types/lodash": "^4.14.174",
"@types/jest": "^27.0.1",
"codecov": "^3.8.3",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"jest": "^27.1.0",
"lodash": "^4.17.20",
"ts-jest": "^27.0.5",
"type-fest": "^2.2.0",
"typescript": "^4.4.2"
}
}