package.json
32 lines
| 872 B
| application/json
|
JsonLexer
|
|
r0 | { | ||
| "name": "@implab/di", | ||||
| "version": "0.0.1-dev", | ||||
|
|
r1 | "description": "The lightweight dependency injection IoC", | ||
|
|
r0 | "main": "main.js", | ||
| "keywords": [ | ||||
| "di", | ||||
| "ioc", | ||||
| "dependency injection" | ||||
| ], | ||||
| "author": "Implab team", | ||||
| "license": "BSD-2-Clause", | ||||
|
|
r1 | "repository": "https://code.implab.org/implab/implabjs-di", | ||
|
|
r0 | "devDependencies": { | ||
|
|
r1 | "@types/chai": "4.3.1", | ||
| "@types/mocha": "9.1.1", | ||||
| "@types/node": "~8.0.0", | ||||
| "@types/tape": "~4.13.2", | ||||
| "@typescript-eslint/eslint-plugin": "^5.23.0", | ||||
| "@typescript-eslint/parser": "^5.23.0", | ||||
| "chai": "~4.3.6", | ||||
| "eslint": "^8.15.0", | ||||
| "eslint-config-standard": "^17.0.0", | ||||
| "eslint-plugin-import": "^2.26.0", | ||||
| "eslint-plugin-n": "^15.2.0", | ||||
| "eslint-plugin-promise": "^6.0.0", | ||||
| "eslint-plugin-react": "^7.29.4", | ||||
| "mocha": "~10.0.0", | ||||
| "tape": "~5.5.3", | ||||
| "typescript": "~4.6.4" | ||||
|
|
r0 | } | ||
| } | ||||
