9 Star 12 Fork 1

Notadd / magnus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
meepobrother 提交于 2019-07-19 23:18 . fix: 🐛 fix
{
"name": "magnus",
"version": "1.0.0",
"description": "> dota2 半人猛犸, 干掉prisma",
"main": "index.js",
"scripts": {
"compiler": "./node_modules/.bin/tsc -p tsconfig.json -w",
"ts": "./node_modules/.bin/ts-node",
"clear": "yarn ts ./tools/clear.ts",
"commit": "git add . && git-cz",
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notadd/magnus.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/notadd/magnus/issues"
},
"homepage": "https://github.com/notadd/magnus#readme",
"dependencies": {
"@angular/core": "^8.1.0",
"@grpc/proto-loader": "^0.5.1",
"@nestjs/microservices": "^6.4.1",
"@nodeutils/defaults-deep": "^1.1.0",
"@types/commander": "^2.12.2",
"apollo-server": "^2.6.2",
"async": "^3.1.0",
"chai": "^4.2.0",
"chokidar": "^3.0.2",
"commander": "^2.20.0",
"dataloader": "^1.4.0",
"fastify": "^2.6.0",
"fs-extra": "^8.0.1",
"globby": "^10.0.1",
"graphql": "^14.4.2",
"graphql-tools": "^4.0.5",
"grpc": "^1.22.0",
"libp2p": "^0.25.5",
"libp2p-bootstrap": "^0.10.0",
"libp2p-kad-dht": "^0.15.2",
"libp2p-mdns": "^0.12.3",
"libp2p-mplex": "^0.8.5",
"libp2p-secio": "^0.11.1",
"libp2p-spdy": "^0.13.3",
"libp2p-tcp": "^0.13.0",
"libp2p-websockets": "^0.12.2",
"lodash": "^4.17.11",
"multimatch": "^4.0.0",
"peer-id": "^0.13.1",
"peer-info": "^0.16.0",
"pg": "^7.11.0",
"rimraf": "^2.6.3",
"rxjs": "^6.5.2",
"shelljs": "^0.8.3",
"ts-morph": "^3.1.0",
"ts-nameof": "^3.2.0",
"typeorm": "^0.2.18",
"underscore": "^1.9.1"
},
"devDependencies": {
"@nestjs/common": "^6.4.1",
"@nestjs/core": "^6.4.1",
"@nestjs/graphql": "^6.2.4",
"@nestjs/platform-express": "^6.4.1",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^7.0.0",
"@types/globby": "^9.1.0",
"@types/graphql": "^14.2.2",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.135",
"@types/mocha": "^5.2.7",
"@types/multimatch": "^2.1.3",
"@types/node": "^12.0.12",
"@types/rimraf": "^2.0.2",
"@types/shelljs": "^0.8.5",
"@types/ts-nameof": "^3.2.0",
"lerna": "^3.14.1",
"mocha": "^6.1.4",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.18.0",
"typescript": "~3.5.3"
}
}
TypeScript
1
https://gitee.com/notadd/magnus.git
git@gitee.com:notadd/magnus.git
notadd
magnus
magnus
master

搜索帮助