create-vasille
Version:
Scaffolding Your First Vassile App
39 lines (38 loc) • 851 B
JSON
{
"name": "create-vasille",
"version": "1.0.1",
"description": "Scaffolding Your First Vassile App",
"main": "index.js",
"type": "commonjs",
"bin": "index.js",
"scripts": {
"prepack": "cp -f ../README.md ./README.md",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasille-js/vasille-js.git"
},
"keywords": [
"vasille",
"scaffolding",
"app",
"frontend"
],
"author": "lixcode",
"license": "MIT",
"bugs": {
"url": "https://github.com/vasille-js/vasille-js/issues"
},
"homepage": "https://github.com/vasille-js/vasille-js#readme",
"devDependencies": {
"@types/degit": "^2.8.6",
"@types/node": "^22.9.0",
"@types/prompts": "^2.4.9",
"typescript": "^5.6.3"
},
"dependencies": {
"degit": "^2.8.4",
"prompts": "^2.4.2"
}
}