{
  "name": "##_PROTO_PACKAGE_##",
  "version": "0.1.0",
  "license": "MIT",
  "type": "module",
  "dependencies": {
  },
  "devDependencies": {
    "@as-covers/core": "^0.4.2",
    "@as-pect/cli": "^8.1.0",
    "@koinos/abi-proto-gen": "^1.0.2",
    "@koinos/as-proto-gen": "^1.0.3",
    "@koinos/mock-vm": "##_MOCK_VM_VERSION_##",
    "@koinos/sdk-as": "##_SDK_VERSION_##",
    "@roamin/local-koinos": "##_LOCAL_KOINOS_VERSION_##",
    "@roamin/protoc": "^2.5.0",
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "assemblyscript": "^0.27.1",
    "eslint": "^8.34.0",
    "jest": "^29.4.1",
    "ts-jest": "^29.0.5",
    "tsx": "^4.5.0",
    "typescript": "^4.6.4",
    "yaml": "^2.0.0-11",
    "dotenv": "^16.0.3"
  },
  "scripts": {
    "lint": "eslint --max-warnings 0 --ext ts \"assembly/**/*.ts\"",
    "build:debug": "koinos-sdk-as-cli build-all debug ##_PROTO_PACKAGE_##.proto",
    "build:release": "koinos-sdk-as-cli build-all release ##_PROTO_PACKAGE_##.proto",
    "test": "koinos-sdk-as-cli run-tests",
    "ci": "jest -i",
    "deploy:harbinger": "tsx ./scripts/deploy.ts HARBINGER",
    "deploy:mainnet": "tsx ./scripts/deploy.ts MAINNET"
  }
}
