riot/create-riot

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "create-riot",
  "version": "3.0.2",
  "description": "Riot.js Components and Projects scaffolder",
  "main": "src/index.js",
  "module": "src/index.js",
  "type": "module",
  "dependencies": {
    "@npmcli/promise-spawn": "^7.0.2",
    "ejs": "^3.1.10",
    "enquirer": "^2.4.1",
    "extract-zip": "^2.0.1",
    "lodash-es": "^4.17.21",
    "mkdirp": "^3.0.1",
    "node-fetch": "^3.3.2",
    "ora": "^8.0.1",
    "pkg-install": "^1.0.0",
    "recursive-copy": "^2.0.14",
    "request": "^2.88.2",
    "through2": "^4.0.2"
  },
  "bin": {
    "create-riot": "index.js"
  },
  "files": [
    "src",
    "index.js"
  ],
  "devDependencies": {
    "@riotjs/prettier-config": "^1.1.0",
    "c8": "^9.1.0",
    "chai": "^5.1.1",
    "coveralls": "^3.1.1",
    "eslint": "^8.57.0",
    "eslint-config-riot": "^4.1.2",
    "mocha": "^10.4.0",
    "prettier": "^3.2.5"
  },
  "scripts": {
    "cov": "nyc report --reporter=lcov",
    "cov-html": "nyc report --reporter=html",
    "lint": "eslint src test",
    "prepublishOnly": "npm run lint && npm test",
    "test": "c8 mocha test/index.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/riot/create-riot.git"
  },
  "keywords": [
    "riot",
    "riotjs",
    "components",
    "webcomponents",
    "scaffolder"
  ],
  "author": "Gianluca Guarini <gianluca.guarini@gmail.com> (http://gianlucaguarini.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/riot/create-riot/issues"
  },
  "homepage": "https://github.com/riot/create-riot#readme"
}