36 lines
698 B
JSON
36 lines
698 B
JSON
{
|
|
"name": "@flecks/create-fleck",
|
|
"version": "4.0.5",
|
|
"author": "cha0s",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "flecks build",
|
|
"clean": "flecks clean",
|
|
"lint": "flecks lint",
|
|
"test": "flecks test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cha0s/flecks.git",
|
|
"directory": "packages/create-fleck"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bin": {
|
|
"create-fleck": "build/cli.js"
|
|
},
|
|
"files": [
|
|
"npm-shrinkwrap.json",
|
|
"template"
|
|
],
|
|
"dependencies": {
|
|
"@flecks/core": "^4.0.5",
|
|
"commander": "11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@flecks/build": "^4.0.5",
|
|
"@flecks/fleck": "^4.0.5"
|
|
}
|
|
}
|