{
  "name": "@neow/core",
  "version": "1.0.1",
  "description": "Core libraries for neow",
  "author": "eavichay <eavichay@gmail.com>",
  "homepage": "https://github.com/neo-web/neow#readme",
  "license": "GPL-3.0",
  "main": "dist/index.js",
  "module": "./dist/index.js",
  "directories": {
    "lib": "lib",
    "dist": "dist"
  },
  "files": [
    "lib",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neo-web/neow.git"
  },
  "size": {
    "max": 2650
  },
  "devDependencies": {
    "gzip-size-cli": "^3.0.0",
    "rollup": "2.3.4",
    "@web/test-runner": "^0.7.41",
    "@open-wc/testing": "^2.0.0"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "rm -rf ./dist || echo '' && NODE_ENV=production rollup -c && node ./test-size.js",
    "dev": "NODE_ENV=development rollup -c --watch",
    "test": "web-test-runner --coverage",
    "test:watch": "web-test-runner --watch"
  },
  "bugs": {
    "url": "https://github.com/neo-web/neow/issues"
  },
  "gitHead": "9504055826ec56199914044aff40cd6d1daae109"
}
