ipfs-core-types
Version:
IPFS interface definitions used by implementations for API compatibility.
65 lines (64 loc) • 1.49 kB
JSON
{
"name": "ipfs-core-types",
"version": "0.14.1",
"description": "IPFS interface definitions used by implementations for API compatibility.",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs.git"
},
"bugs": {
"url": "https://github.com/ipfs/js-ipfs/issues"
},
"keywords": [
"API",
"IPFS",
"interface",
"types"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"eslintConfig": {
"extends": "ipfs",
"parserOptions": {
"sourceType": "module"
}
},
"scripts": {
"clean": "aegir clean",
"lint": "aegir lint",
"build": "aegir build"
},
"dependencies": {
"@ipld/dag-pb": "^4.0.0",
"@libp2p/interface-keychain": "^2.0.0",
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/interface-peer-info": "^1.0.2",
"@libp2p/interface-pubsub": "^3.0.0",
"@multiformats/multiaddr": "^11.1.5",
"@types/node": "^18.0.0",
"interface-datastore": "^7.0.0",
"ipfs-unixfs": "^9.0.0",
"multiformats": "^11.0.0"
},
"devDependencies": {
"aegir": "^37.11.0"
}
}