@acala-network/type-definitions
Version:
Polkadot.js type definations for Acala Network
31 lines (30 loc) • 813 B
JSON
{
"name": "@acala-network/type-definitions",
"version": "5.1.2",
"description": "Polkadot.js type definations for Acala Network",
"main": "index.js",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"directory": "packages/type-definitions",
"type": "git",
"url": "https://github.com/AcalaNetwork/acala-types.js.git"
},
"bugs": {
"url": "https://github.com/AcalaNetwork/acala-types.js/issues"
},
"homepage": "https://github.com/AcalaNetwork/acala-types.js",
"scripts": {
"build": "tsc --build tsconfig.json"
},
"peerDependencies": {
"@polkadot/types": "^10.5.1"
},
"devDependencies": {
"typescript": "^5.0.4"
}
}