{
  "name": "@qsdt/core",
  "version": "3.0.4",
  "description": "QSDT's core module (artifact generation manager)",
  "scripts": {
    "prepublishOnly": "tsc",
    "build": "tsc -p .",
    "build:watch": "tsc -p . -w",
    "dev": "npm run build && concurrently \"npm run build:watch\" \"node ./src/start-server.js\""
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arthmoeros/qsdt-core.git"
  },
  "keywords": [
    "qsdt",
    "artifact",
    "generation",
    "worker"
  ],
  "author": "arthmoeros",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/arthmoeros/qsdt-core/issues"
  },
  "homepage": "https://github.com/arthmoeros/qsdt-core#readme",
  "dependencies": {
    "@qsdt/common": "^2.0.3",
    "@qsdt/core-storage-fs": "0.0.4",
    "@qsdt/template-engine": "^2.0.11",
    "@types/fs-extra": "^2.1.0",
    "@types/shelljs": "^0.7.5",
    "@types/uuid": "^2.0.30",
    "folder-zip-sync": "^1.0.5",
    "fs-extra": "^3.0.1",
    "shelljs": "^0.7.8",
    "uuid": "^3.1.0"
  },
  "devDependencies": {
    "concurrently": "^3.5.0"
  }
}
