{
  "name": "xsvd",
  "version": "0.3.0",
  "description": "The xPack SVD manager",
  "main": "./index.js",
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "test": "./test"
  },
  "bin": {
    "xsvd": "./bin/xsvd.js"
  },
  "scripts": {
    "prepublishOnly": "standard && npm run test-tap -s",
    "test": "standard && npm run test-tap -s",
    "test-coverage": "tap --coverage --reporter=classic --timeout 600 --no-color \"test/tap/*.js\"",
    "test-tap": "tap --reporter=classic --timeout 300 --no-color \"test/tap/*.js\"",
    "tap": "tap --reporter=spec --timeout 300 --no-color",
    "fix": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xpack/xsvd-js.git"
  },
  "keywords": [
    "xpack",
    "svd",
    "cmsis"
  ],
  "author": {
    "name": "Liviu Ionescu",
    "email": "ilg@livius.net",
    "url": "http://liviusdotnet.wordpress.com"
  },
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xpack/xsvd-js/issues"
  },
  "homepage": "https://github.com/xpack/xsvd-js",
  "dependencies": {
    "@ilg/es6-promisifier": "~0.1.9",
    "@ilg/cli-start-options": "~0.4.1",
    "xml2js": "~0.4.19",
    "liquidjs": "~1.9.6"
  },
  "devDependencies": {
    "mkdirp": "~0.5.1",
    "rimraf": "~2.6.2",
    "standard": "~10.0.3",
    "tar": "~4.0.2",
    "tap": "~10.7.2"
  },
  "peerDependencies": {},
  "bundledDependencies": [],
  "optionalDependencies": {},
  "engines": {
    "node": ">7.7.0"
  }
}
