{
  "name": "@onlabsorg/stilo",
  "version": "0.19.4",
  "description": "Command line tool for managing olojs document packages",
  "keywords": [
    "cli",
    "store",
    "document",
    "template",
    "sandboxed",
    "swan",
    "expression",
    "functional",
    "CMS",
    "import",
    "distributed",
    "modular",
    "async",
    "promise"
  ],
  "bin": {
    "stilo": "./bin/stilo"
  },
  "scripts": {
    "test": "mocha test/index.js",
    "build": "bin/build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onlabsorg/stilo.git"
  },
  "author": "Marcello Del Buono (m.delbuono@gmail.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/onlabsorg/stilo/issues"
  },
  "homepage": "https://github.com/onlabsorg/stilo#readme",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^9.3.0",
    "ncp": "^2.0.0",
    "rimraf": "^3.0.2",
    "yargs-parser": "^21.0.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "isomorphic-fetch": "^3.0.0",
    "mkdirp": "^3.0.1"
  }
}
