{
  "name": "create-aarts-app",
  "version": "0.2.845",
  "description": "initializes new aarts-app",
  "main": "./dist/create-aarts-app.js",
  "bin": "create-aarts-app.js",
  "types": "./dist/create-aarts-app.d.ts",
  "repository": {
    "url": "https://github.com/akrsmv/aarts-all.git"
  },
  "dependencies": {
    "@types/shelljs": "^0.8.8",
    "aarts-model-builder": "^0.2.814",
    "aarts-types": "^0.2.828",
    "aarts-utils": "^0.2.817",
    "shelljs": "^0.8.4",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "@types/node": "^14.14.22",
    "@types/yargs": "^15.0.12",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3"
  },
  "scripts": {
    "build": "npm run clean && tsc && cp -r package.json ./dist",
    "watch": "tsc -w",
    "clean": "rm -fr ./dist",
    "test": "jest"
  },
  "author": "akrsmv",
  "license": "ISC",
  "gitHead": "f3c4cb0b1ea2906ddbc660ca274f5942b3edf978"
}
