{
  "name": "@0xcert/conventions",
  "version": "2.1.1",
  "description": "Module with implementation of all confirmed conventions.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "npm run clean && npx tsc",
    "clean": "rm -Rf ./dist",
    "lint": "npx eslint 'src/**/*.ts?(x)'",
    "test": "npm run lint && npx nyc npx hayspec test"
  },
  "hayspec": {
    "require": [
      "ts-node/register"
    ],
    "match": [
      "./src/tests/**/*.test.ts"
    ]
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "exclude": [
      "src/tests"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0xcert/framework.git"
  },
  "bugs": {
    "url": "https://github.com/0xcert/framework/issues"
  },
  "homepage": "https://github.com/0xcert/framework#readme",
  "keywords": [
    "0xcert",
    "framework",
    "protocol",
    "asset",
    "value",
    "values",
    "currency",
    "token",
    "non-fungible",
    "fungible",
    "erc-721",
    "erc-20",
    "blockchain",
    "javascript",
    "typescript",
    "nodejs",
    "vuejs",
    "nuxtjs",
    "npm",
    "libraries",
    "smart-contract",
    "ethereum",
    "zxc"
  ],
  "license": "MIT",
  "devDependencies": {
    "@hayspec/cli": "0.10.0",
    "@hayspec/spec": "0.10.0",
    "jsonschema": "1.4.0",
    "ts-node": "9.1.1",
    "@typescript-eslint/eslint-plugin": "4.13.0",
    "@typescript-eslint/parser": "4.13.0",
    "eslint-config-prettier": "7.1.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsdoc": "31.0.3",
    "eslint-plugin-unicorn": "26.0.0",
    "eslint": "7.17.0",
    "typescript": "4.1.3"
  }
}
