{
  "name": "near-sdk-bindgen",
  "version": "3.2.1",
  "description": "Bindings for serializing contract functions.",
  "main": "index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:asconfig": "node asconfig.js",
    "pretest": "yarn build && yarn build:asconfig",
    "test": "node ./test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nearprotocol/near-sdk-as.git",
    "directory": "bindgen"
  },
  "keywords": [
    "near",
    "assemblyscript",
    "json",
    "blockchain",
    "crypto"
  ],
  "author": "Willem Wyndham",
  "license": "(MIT AND Apache-2.0)",
  "bugs": {
    "url": "https://github.com/nearprotocol/near-sdk-as/issues"
  },
  "homepage": "https://github.com/nearprotocol/near-sdk-as/tree/master/bindgen#readme",
  "files": [
    "index.js",
    "compiler.js",
    "dist/",
    "assembly/index.ts"
  ],
  "devDependencies": {
    "near-sdk-core": "^3.2.1"
  },
  "gitHead": "f71bb0fc8bee7101ad242b952696d9a03e70506d"
}
