odds-crawler-proto/pkg/api/v1/package.json

19 lines
468 B
JSON
Raw Permalink Normal View History

2019-05-12 06:03:01 +00:00
{
"name": "@odds-crawler/proto",
"author": "Loafle <rnd@loafle.com>",
"description": "Proto module of Odds Crawler",
2019-05-12 10:59:56 +00:00
"version": "0.0.6",
2019-05-12 06:03:01 +00:00
"license": "COMMERCIAL",
"private": false,
"repository": {
"type": "git",
"url": "https://git.loafle.net/overflow/commons-typescript.git"
},
"publishConfig": {
"registry": "https://nexus.loafle.net/repository/npm-loafle/"
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {}
}