create-novely
Version:
Простой и быстрый способ начать пользоваться Novely
42 lines • 858 B
JSON
{
"name": "create-novely",
"version": "0.13.1",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
"main": "./index.cjs",
"bin": {
"create-novely": "index.cjs"
},
"devDependencies": {
"@types/prompts": "^2.4.9",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"kolorist": "^1.8.0",
"prompts": "^2.4.2"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/yhdgms1/novely/issues"
},
"homepage": "https://github.com/yhdgms1/novely/tree/main/packages/create-novely",
"keywords": [
"novely",
"novel"
],
"author": {
"name": "Artemiy Schukin",
"url": "https://github.com/yhdgms1"
},
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/yhdgms1/novely.git"
},
"scripts": {
"build": "tsup --dts"
}
}