@mooncake/container
Version:
DI(dependency injection) container for JavaScript and TypeScript.
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "@mooncake/container",
"version": "1.0.13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/xujif/mooncake_container.git"
},
"homepage": "https://github.com/xujif/mooncake_container",
"description": "DI(dependency injection) container for JavaScript and TypeScript.",
"keywords": [
"async-hooks-container",
"mooncake",
"ioc",
"DI",
"container",
"dependency injection",
"async hooks"
],
"license": "MIT",
"author": "i@xujif.com",
"scripts": {
"compile": "tsc",
"tslint": "tslint --project .",
"prepack": "rimraf dist && npm run tslint && npm run compile && npm run test",
"test": "mocha --require espower-typescript/guess test/**/*.ts"
},
"dependencies": {
"async-hooks-map": "^1.2.0",
"debug": "^3.1.0"
},
"devDependencies": {
"@types/debug": "^0.0.30",
"@types/mocha": "^2.2.48",
"@types/node": "^8.6.0",
"espower-typescript": "^9.0.1",
"mocha": "^5.2.0",
"power-assert": "^1.6.1",
"reflect-metadata": "^0.1.12",
"rimraf": "^2.6.2",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.8.0",
"tslint-config-standard": "^8.0.0",
"typescript": "*"
}
}