Skip to content
Snippets Groups Projects
package.json 2.16 KiB
Newer Older
Martin Mechtel's avatar
Martin Mechtel committed
{
  "name": "itc-ng",
paf's avatar
paf committed
  "version": "8.1.0",
Martin Mechtel's avatar
Martin Mechtel committed
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test  --watch=false",
Martin Mechtel's avatar
Martin Mechtel committed
    "lint": "ng lint",
ahoch's avatar
ahoch committed
    "e2e": "ng e2e",
    "compodoc": "npx compodoc -p tsconfig.doc.json -s"
Martin Mechtel's avatar
Martin Mechtel committed
  },
  "private": true,
paf's avatar
paf committed
  "eslintConfig": {
    "extends": "@iqb/eslint-config",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  },
Martin Mechtel's avatar
Martin Mechtel committed
  "dependencies": {
    "srcdoc-polyfill": "git+https://github.com/jugglinmike/srcdoc-polyfill.git",
Martin Mechtel's avatar
Martin Mechtel committed
  },
  "devDependencies": {
paf's avatar
paf committed
paf's avatar
paf committed
paf's avatar
paf committed
    "ts-node": "~8.6.2",
paflov's avatar
paflov committed
  },
  "resolutions": {
    "tree-kill": "1.2.2"
Martin Mechtel's avatar
Martin Mechtel committed
  }
}