{
  "name": "@memorize/cli",
  "version": "0.9.1",
  "description": "Memorize: core module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/memorize_it/memorize.git"
  },
  "bin": {
    "memorize": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "yarn lint",
    "build": "yarn build:simple",
    "postbuild": "yarn build:declarations",
    "build:declarations": "tsc --project ./tsconfig.build.json",
    "build:simple": "BABEL_ENV=build babel --root-mode upward src --out-dir dist --source-maps --extensions .ts --delete-dir-on-start --no-comments",
    "fix": "yarn lint:ts --fix",
    "lint": "run-p -c lint:*",
    "lint:ts": "eslint 'src/**/*.ts{,x}'",
    "tsc": "tsc"
  },
  "dependencies": {
    "@memorize/core": "^0.9.1",
    "@memorize/file-system": "^0.9.1",
    "@memorize/types": "^0.9.1",
    "chalk": "^4.0.0",
    "commander": "^7.0.0",
    "figlet": "^1.0.0",
    "inquirer": "^8.0.0"
  },
  "gitHead": "f736f7872aa63523e6b62e451bd945b5557c57bc"
}
