{
  "name": "red-agate-barcode",
  "private": false,
  "version": "0.5.0",
  "description": "red-agate barcode tag library.",
  "keywords": [
    "QR Code",
    "Code39",
    "Code128",
    "EAN",
    "UPC",
    "ITF",
    "NW7",
    "Codabar",
    "JapanPostal"
  ],
  "main": "./bin/index.js",
  "module": "./modules/index.js",
  "modules.root": "./modules",
  "types": "./bin/index.d.ts",
  "typings": "./bin/index.d.ts",
  "engines": {
    "node": ">=8.0"
  },
  "dependencies": {},
  "peerDependencies": {
    "red-agate": "^0.5.0",
    "red-agate-math": "^0.5.0",
    "red-agate-svg-canvas": "^0.5.0",
    "red-agate-util": "^0.5.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@types/jasmine": "^3.5.14",
    "@types/node": "^14.14.2",
    "babel-loader": "^8.1.0",
    "cross-env": "^7.0.2",
    "jasmine": "^3.6.2",
    "jasmine-spec-reporter": "^6.0.0",
    "mkdirp": "^1.0.4",
    "npm-run-all": "^4.1.5",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "shx": "^0.3.2",
    "source-map-loader": "^1.1.1",
    "ts-loader": "^8.0.6",
    "tslint": "^6.1.3",
    "typescript": "^4.0.3",
    "webpack": "^5.2.0",
    "webpack-cli": "^4.1.0"
  },
  "scripts": {
    "clean": "run-s clean:cjs clean:esm clean:spec",
    "clean:cjs": "rimraf ./bin",
    "clean:esm": "rimraf ./modules",
    "clean:spec": "rimraf ./bin.test",
    "build": "run-s build:cjs build:esm build:esm:2 build:esm:3 build:spec",
    "build:cjs": "tsc --module commonjs --target es2015 --outDir bin --declaration --declarationDir ./bin",
    "build:esm": "tsc --outDir modules --declaration --declarationDir ./modules",
    "build:esm:2": "node -e \"require('../../build-scripts/copy-as-mjs').copyAsMjs('modules','modules')\"",
    "build:esm:3": "shx cp ../../build-scripts/pkg.json ./modules/package.json",
    "build:spec": "webpack-cli --mode=development --config webpack.config.js",
    "build:spec2": "tsc -p tsconfig.spec.json --module commonjs --target es2015 --outDir bin.test",
    "lint": "tslint ./src/**/*.ts -t verbose",
    "test": "jasmine",
    "prepublishOnly": "run-s clean build test",
    "ncu": "ncu -u"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shellyln/red-agate.git"
  },
  "author": "shellyln",
  "homepage": "https://shellyln.github.io/",
  "bugs": {
    "url": "https://github.com/shellyln/red-agate/issues"
  },
  "license": "ISC"
}
