{
  "name": "@cityofzion/neon-core",
  "description": "Neon-JS Core functionality",
  "version": "5.9.0",
  "engines": {
    "node": ">=16.19.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CityOfZion/neon-js.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "neo",
    "antshares",
    "javascript",
    "libraries"
  ],
  "author": "Yak Jun Xiang <snowypowers@gmail.com> (https://github.com/snowypowers)",
  "license": "MIT",
  "main": "dist/index.js",
  "browser": "dist/browser.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "ae": "api-extractor run --local",
    "build": "tsc -b",
    "clean": "rimraf ./lib ./dist ./temp tsconfig.tsbuildinfo",
    "dist": "cross-env NODE_ENV=development webpack --mode development",
    "dist:prod": "cross-env NODE_ENV=production webpack --mode production",
    "prepublishOnly": "npm run clean && npm run build && npm run dist:prod",
    "lint": "eslint src/**/*.ts __tests__/**/*.ts __integration__/**/*.ts",
    "pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\"",
    "start": "jest --watch",
    "test": "jest",
    "test:integration": "jest /packages/.*/__integration__/.*",
    "test:unit": "jest /packages/.*/__tests__/.*"
  },
  "dependencies": {
    "@noble/curves": "1.9.7",
    "bn.js": "5.2.3",
    "bs58": "6.0.0",
    "buffer": "6.0.3",
    "cross-fetch": "4.1.0",
    "crypto-js": "4.2.0",
    "ethereum-cryptography": "3.2.0",
    "lodash": "4.17.23",
    "loglevel": "1.9.2",
    "loglevel-plugin-prefix": "0.8.4"
  },
  "devDependencies": {
    "@types/bn.js": "5.2.0",
    "@types/crypto-js": "4.2.2",
    "@types/lodash": "4.17.23"
  },
  "files": [
    "dist/",
    "lib/"
  ],
  "gitHead": "daeaa99416c96d501cfe030a7ca705d4a79919f3"
}
