{
  "name": "atscm",
  "version": "1.5.2",
  "description": "Source code management utilities for atvise",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atSCM/atscm.git",
    "directory": "packages/atscm"
  },
  "author": "Lukas Hechenberger <lukas.hechenberger@bachmann.info>",
  "homepage": "https://github.com/atSCM/atscm/tree/master/packages/atscm#readme",
  "bugs": {
    "url": "https://github.com/atSCM/atscm/issues"
  },
  "main": "out/index.js",
  "engines": {
    "atscm-cli": ">=0.7.0",
    "atserver": ">=3.2.0 <=3.5.2",
    "node": ">=10.0"
  },
  "scripts": {
    "build": "run-s compile types",
    "compile": "babel src --out-dir out --source-maps --extensions .js,.ts",
    "compile:watch": "npm run compile -- --watch --verbose",
    "dev": "npm run -s compile -- --watch",
    "docs": "esdoc -c esdoc.json",
    "docs:coverage": "esdoc-coverage -c esdoc.json -t 80",
    "prepublishOnly": "npm run compile && npm run docs",
    "schemas": "run-s schemas:build schemas:format",
    "schemas:build": "node ./scripts/build-schemas.js",
    "schemas:format": "prettier schemas types/schemas --write",
    "test": "npm run -s test:base -- \"test/**/*.spec.js\"",
    "test:base": "cross-env NODE_ENV=test mocha --recursive --require ./test/prepare --timeout 20000 --exit test/src/maintenance.spec.js",
    "test:coverage": "nyc --reporter=html npm run test:unit",
    "test:docs": "blcl docs/api --exclude https://circleci.com/gh/atSCM/workflows/atscm",
    "test:integration": "npm run -s test:base -- \"test/integration/**/*.spec.js\"",
    "test:unit": "npm run -s test:base -- \"test/src/**/*.spec.js\"",
    "test:watch": "npm test -- --watch --reporter min",
    "types": "tsc"
  },
  "dependencies": {
    "@atscm/server-scripts": "0.3.1",
    "@babel/code-frame": "^7.5.5",
    "browser-sync": "^2.26.7",
    "chalk": "^4.0.0",
    "detect-indent": "^6.0.0",
    "fs-extra": "^6.0.1",
    "gulp": "^4.0.2",
    "gulp-compile-handlebars": "^0.6.1",
    "gulp-replace": "1.0.0",
    "gulplog": "^1.0.0",
    "handlebars-helpers": "^0.10.0",
    "hasha": "^3.0.0",
    "modify-xml": "^1.0.0-beta.0",
    "mri": "^1.1.4",
    "node-cleanup": "^2.1.2",
    "node-opcua": "0.0.60",
    "p-queue": "^6.2.1",
    "prompts": "^2.3.2",
    "sane": "^2.5.2",
    "semver": "^5.7.1",
    "stream-to-promise": "^2.2.0",
    "through2": "^2.0.5",
    "validate-npm-package-name": "^3.0.0",
    "vinyl": "^2.2.0"
  },
  "devDependencies": {
    "@atscm/esdoc-typescript-plugin": "0.1.0",
    "@babel/cli": "7.10.5",
    "@babel/core": "7.11.4",
    "@babel/plugin-proposal-class-properties": "7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "7.11.0",
    "@babel/preset-env": "7.11.0",
    "@babel/preset-typescript": "7.10.4",
    "@babel/register": "7.10.5",
    "@ls-age/esdoc-coverage": "0.1.6",
    "@types/fs-extra": "8.1.0",
    "@types/mri": "1.1.0",
    "@types/semver": "7.1.0",
    "babel-plugin-istanbul": "6.0.0",
    "broken-link-checker-local": "0.2.1",
    "buffer-replace": "1.0.0",
    "camelcase": "6.2.0",
    "codecov": "3.7.2",
    "cross-env": "7.0.2",
    "esdoc": "1.1.0",
    "esdoc-ecmascript-proposal-plugin": "1.0.0",
    "esdoc-standard-plugin": "1.0.0",
    "eval": "0.1.4",
    "istanbul-combine": "0.3.0",
    "json-schema-to-typescript": "10.1.3",
    "mocha": "8.1.2",
    "mocha-circleci-reporter": "0.0.3",
    "npm-run-all": "4.1.5",
    "nyc": "15.1.0",
    "proxyquire": "2.1.3",
    "sinon": "9.0.3",
    "typescript": "3.9.7",
    "unexpected": "11.14.0",
    "unexpected-sinon": "10.11.2",
    "unexpected-stream": "4.0.0",
    "yargs": "15.4.1"
  },
  "types": "out/types/src/index.d.ts",
  "nyc": {
    "all": true,
    "include": [
      "src/**/*.js",
      "src/**/*.ts"
    ],
    "exclude": [
      "res/**/*.*"
    ],
    "require": [
      "@babel/register"
    ],
    "sourceMap": false,
    "instrument": false,
    "check-coverage": true
  }
}
