create-lestin
Version:
Creates a new project with Lestin
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "create-lestin",
"version": "0.0.2",
"description": "Creates a new project with Lestin",
"keywords": [
"create",
"lestin"
],
"homepage": "https://github.com/movahhedi/create-lestin",
"bugs": {
"url": "https://github.com/movahhedi/create-lestin"
},
"repository": {
"type": "git",
"url": "https://github.com/movahhedi/create-lestin"
},
"license": "MIT",
"author": "Shahab Movahhedi",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
}
},
"bin": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"templates",
"dist"
],
"scripts": {
"build": "tsup --format esm,cjs --clean --dts",
"prepublishOnly": "yarn build",
"update": "npx npm-check-updates -i"
},
"dependencies": {
"commander": "^12.1.0"
},
"devDependencies": {
"@types/node": "^20.14.11",
"npm-check-updates": "^16.14.20",
"tsup": "^8.2.1",
"typescript": "^5.5.3"
},
"packageManager": "yarn@4.6.0"
}