@ocap/types
Version:
Typescript definitions generated from protobuf
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "@ocap/types",
"version": "1.30.24",
"description": "Typescript definitions generated from protobuf",
"keywords": [
"ocap",
"typescript"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/bn.js": "^5.2.0",
"bn.js": "5.2.3",
"google-protobuf": "3.21.0"
},
"resolutions": {},
"devDependencies": {
"@types/node": "^22.7.5"
},
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
"url": "https://github.com/wangshijun"
},
"contributors": [
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
],
"types": "./index.d.ts",
"homepage": "https://github.com/ArcBlock/blockchain/tree/master/core/forge-util",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ArcBlock/blockchain.git"
},
"scripts": {
"lint": "biome check",
"lint:fix": "biome check --write",
"typecheck": "tsc --noEmit",
"test": "bun test"
},
"bugs": {
"url": "https://github.com/ArcBlock/blockchain/issues"
}
}