{
  "name": "##_PROTO_PACKAGE_##",
  "version": "0.1.0",
  "license": "MIT",
  "dependencies": {
  },
  "devDependencies": {
    "@koinos/sdk-as": "##_SDK_VERSION_##",
    "@types/jest": "^27.5.1",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "eslint": "^8.7.0",
    "jest": "^28.1.0",
    "local-koinos": "^0.0.5",
    "ts-jest": "^28.0.2",
    "ts-node": "^10.4.0",
    "typescript": "^4.6.4",
    "yaml": "^2.0.0-11"
  },
  "scripts": {
    "lint": "eslint --max-warnings 0 --ext ts \"*/assembly/**/*.ts\"",
    "build:debug": "koinos-sdk-as-cli build-all debug 0 ##_PROTO_PACKAGE_##.proto",
    "build:release": "koinos-sdk-as-cli build-all release 0 ##_PROTO_PACKAGE_##.proto",
    "test": "koinos-sdk-as-cli run-tests"
  }
}
