create-narrat
Version:
A tool to automatically create a narrat game
43 lines (42 loc) • 911 B
JSON
{
"name": "create-narrat",
"version": "4.1.9",
"type": "module",
"description": "A tool to automatically create a narrat game",
"main": "index.js",
"bin": {
"create-narrat": "index.js"
},
"scripts": {},
"files": [
"index.js",
"template/*",
"template-games/*"
],
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liana-p/narrat.git",
"directory": "packages/create-narrat"
},
"keywords": [
"narrat"
],
"author": "Liana Pigeot",
"license": "MIT",
"bugs": {
"url": "https://github.com/liana-p/narrat-engine/issues"
},
"homepage": "https://github.com/liana-p/narrat-engine/tree/main/packages/create-narrat#readme",
"dependencies": {
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2"
},
"devDependencies": {
"shelljs": "^0.10.0",
"shx": "^0.4.0"
}
}