clingon
Version:
Multipurpose generator CLI based on local config and templates
54 lines (53 loc) • 1.39 kB
JSON
{
"name": "clingon",
"version": "1.2.0",
"description": "Multipurpose generator CLI based on local config and templates",
"main": "./lib/main.js",
"bin": "./lib/main.js",
"author": "Isac Petinate <idpetinate@gmail.com>",
"homepage": "https://clingon.dev",
"repository": {
"url": "https://github.com/ipetinate/clingon",
"type": "public"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"license": "MIT",
"private": false,
"type": "module",
"keywords": [
"cli",
"component",
"generator",
"multipurpose",
"templates",
"vue",
"react",
"typescript",
"devtool",
"devexp"
],
"scripts": {
"build": "rollup --config",
"test": "node --test",
"test:watch": "node --test --watch",
"test:coverage": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info",
"dev": "yarn build && clear && node src/main.js",
"dev:npx": "yarn build && npm link && clear && npx clingon "
},
"dependencies": {
"@inquirer/prompts": "^4.3.2",
"commander": "^12.0.0",
"yaml": "^2.4.2"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
"auto": "^11.1.6",
"rollup": "^4.14.1",
"rollup-plugin-copy": "^3.5.0"
}
}