libp2p-ts/package.json

25 lines
689 B
JSON
Raw Normal View History

2018-06-21 09:54:24 +02:00
{
"name": "libp2p-ts",
2020-02-04 19:49:13 -06:00
"version": "0.1.0",
2018-06-21 09:54:24 +02:00
"description": "Typescript definitions that are not (yet) available on https://github.com/DefinitelyTyped/DefinitelyTyped",
2020-02-04 19:49:13 -06:00
"repository": "https://github.com/chainsafe/libp2p-ts.git",
"author": "ChainSafe Systems",
2018-06-21 10:09:51 +02:00
"license": "ISC",
2018-06-21 09:54:24 +02:00
"scripts": {
"build": "./build.sh",
2019-08-09 14:57:05 +02:00
"lint": "tsc --noEmit --pretty",
2018-06-21 09:54:24 +02:00
"test": "echo \"No 'yarn run test' available\""
},
2019-06-06 09:34:36 +02:00
"dependencies": {
2020-08-14 08:28:33 -05:00
"@chainsafe/discv5": "^0.3.1",
2020-02-04 20:16:10 -06:00
"@types/node": "^13.7.0",
"libp2p-crypto": "^0.17.2",
2020-07-01 05:47:14 +07:00
"libp2p-gossipsub": "^0.4.5",
2020-04-04 15:05:16 -05:00
"multiaddr": "^7.4.3",
2020-07-01 05:47:14 +07:00
"peer-id": "^0.13.12"
2019-06-06 09:34:36 +02:00
},
2018-06-22 12:08:02 +02:00
"devDependencies": {
2020-02-04 19:49:13 -06:00
"typescript": "^3.7.5"
2018-06-21 09:54:24 +02:00
}
}