1 Star 2 Fork 0

HappyXiaox/ts.di

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 823 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ts.di",
"version": "0.3.6",
"description": "Typescript写的依赖注入库。An dependency-injection library for TypeScript.",
"scripts": {
"build": "node_modules\\.bin\\tsc",
"test": "npm run build && npm run test:node",
"test:node": "node_modules\\.bin\\mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://git.oschina.net/Happyxx/TypescriptDependencyInjection.git"
},
"keywords": [
"ts",
"TypeScript",
"Dependency-Injection",
"DI",
"依赖注入"
],
"author": "HappyXiaox",
"license": "MIT",
"dependencies": {
"reflect-metadata": "^0.1.9"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"mocha-typescript": "^1.0.15",
"typescript": "^2.2.0-dev.20170113"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/Happyxx/TypescriptDependencyInjection.git
git@gitee.com:Happyxx/TypescriptDependencyInjection.git
Happyxx
TypescriptDependencyInjection
ts.di
master

搜索帮助