UNPKG

@fastnear/borsh-schema

Version:

NEAR Protocol's borsh schema for common applications

50 lines 1.26 kB
{ "name": "@fastnear/borsh-schema", "version": "1.2.0", "description": "NEAR Protocol's borsh schema for common applications", "type": "module", "types": "./dist/esm/index.d.ts", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.js", "browser": "./dist/umd/browser.global.js", "scripts": { "build": "tsup", "prepack": "yarn build && node ../../scripts/prepare-package-for-publish.mjs prepare", "postpack": "node ../../scripts/prepare-package-for-publish.mjs restore", "release": "node ../../scripts/publish-packed.mjs", "clean": "yarn rimraf dist node_modules", "type-check": "tsc --noEmit" }, "author": "FastNear", "homepage": "https://js.fastnear.com", "repository": { "type": "git", "url": "git+https://github.com/fastnear/js-monorepo.git" }, "keywords": [ "binary-serialization", "borsh", "near-protocol", "blockchain", "fastnear", "web3" ], "files": [ "dist" ], "exports": { ".": { "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.js" } }, "dependencies": { "@fastnear/borsh": "1.2.0" }, "devDependencies": { "@types/node": "*", "rimraf": "*", "tsup": "^8.3.6", "typescript": "*" } }