{
  "name": "pix-tools",
  "version": "1.0.6",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "tsnd --respawn --transpile-only -r tsconfig-paths/register src/examples/staticPixBrCode.ts",
    "dev": "tsnd --respawn --transpile-only -r tsconfig-paths/register src/index.ts",
    "build": "rm -rf ./dist && tsc -b"
  },
  "author": "Guihgo",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^17.0.35",
    "@types/typescript": "^2.0.0",
    "ts-node-dev": "^1.1.8",
    "tsconfig-paths": "^4.0.0",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "crc": "^4.1.1"
  }
}
