{
  "name": "@dcspark/milkomeda-constants",
  "version": "0.4.0",
  "description": "Package consisting of constant values for each Milkomeda network.",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "eslint": "eslint src tests",
    "build": "npm run clean && tsc && npm run copy-misc",
    "clean": "rm -rf ./dist/",
    "copy-misc": "cp package.json dist/ && cp README.md dist/",
    "npm-publish": "npm run verify && npm run build && cd dist && npm publish --access public && cd ..",
    "test": "mocha -r ts-node/register tests/**/*.test.ts --exit",
    "verify": "npm run eslint && npm run test"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run verify"
    }
  },
  "keywords": [
    "Cardano",
    "Milkomeda"
  ],
  "author": "dcSpark",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.2.14",
    "@types/mocha": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "chai": "^4.3.4",
    "eslint": "^8.2.0",
    "husky": "^4.2.5",
    "mocha": "^9.1.3",
    "ts-loader": "^9.2.5",
    "ts-node": "^10.4.0",
    "ttypescript": "^1.5.12",
    "typescript": "^4.4.2",
    "typescript-is": "^0.19.0"
  },
  "engines": {
    "node": ">=14.17.6",
    "npm": ">=6.14.15"
  },
  "dependencies": {
    "@dcspark/cip34-js": "^0.1.2"
  }
}
