{
  "name": "orxapi.tools.toggle",
  "version": "2.0.0",
  "description": "The TypeScript toggle tools library for orxapi",
  "main": "dist/index.js",
  "types": "dist/index",
  "files": [
    "dist/"
  ],
  "scripts": {
    "o-- INSTALL -----v": "echo Use commands below for install:",
    "clean": "rimraf ./.cache ./dist ./tmp ./node_modules",
    "installs": "npm install",
    "o-- BUILD -----v": "echo Use commands below for build content:",
    "build": "npm run build:clean && tsc",
    "build:clean": "rimraf ./.cache ./dist ./tmp",
    "build:doc": "rimraf ./public/doc && typedoc",
    "build-demo": "rimraf ./public/demo && ts-node -T demo/fusebox.config",
    "build-demo:serverDev": "rimraf ./public/demo && ts-node -T demo/fusebox.config serverDev",
    "o-- QA ---------v": "echo Use commands below for QA content:",
    "lint": "tslint --project .",
    "o-- PUBLISH ---------v": "echo Use commands below for publish content:",
    "prepublish": "npm run lint && npm run build && npm run build:doc"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.orchestra.eu/catalog/node_modules/orxapi.tools.toggle.git"
  },
  "bugs": {
    "url": "https://gitlab.orchestra.eu/catalog/node_modules/orxapi.tools.toggle/issues"
  },
  "homepage": "https://gitlab.orchestra.eu/catalog/node_modules/orxapi.tools.toggle#readme",
  "keywords": [
    "orchestra",
    "orxapi",
    "tools",
    "toggle"
  ],
  "author": {
    "name": "Orchestra",
    "url": "https://www.orchestra.eu"
  },
  "contributors": [
    {
      "name": "Emmanuel Sammut",
      "email": "emmanuel.sammut@orchestra.eu"
    }
  ],
  "license": "ISC",
  "devDependencies": {
    "@types/jquery": "3.5.5",
    "fuse-box": "4.0.0",
    "jquery": "3.6.0",
    "terser": "5.6.0",
    "ts-node": "9.1.1",
    "tslib": "2.1.0",
    "tslint": "6.1.3",
    "typedoc": "0.20.28",
    "typedoc-default-themes": "0.12.7",
    "typescript": "4.1.5",
    "uglify-js": "3.12.8"
  }
}
