UNPKG

@near-lake/primitives

Version:

Near Protocol primitive datatypes utilized by near-lake-framework and QueryAPI

30 lines (29 loc) 677 B
{ "name": "@near-lake/primitives", "version": "0.5.2", "keywords": [ "lake-primitives", "near-indexer" ], "author": "Data Platform <dataplatform@near.org>", "description": "Near Protocol primitive datatypes utilized by near-lake-framework and QueryAPI", "main": "dist/src/index.js", "files": [ "/dist" ], "scripts": { "build": "tsc", "clean": "rm -rf ./dist", "docs": "typedoc --tsconfig tsdocs.json", "dev": "tsc -w", "test": "jest -c ../../jest.config.js" }, "devDependencies": { "typedoc": "^0.25.1" }, "license": "(MIT OR Apache-2.0)", "dependencies": { "borsh": "^2.0.0", "borsher": "^1.2.1" } }