2022-02-25 04:58:08 -06:00
|
|
|
{
|
|
|
|
"name": "@flecks/create-fleck",
|
2024-02-17 10:25:31 -06:00
|
|
|
"version": "4.0.10",
|
2024-01-23 21:28:15 -06:00
|
|
|
"author": "cha0s",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"build": "flecks build",
|
|
|
|
"clean": "flecks clean",
|
|
|
|
"lint": "flecks lint",
|
|
|
|
"test": "flecks test"
|
|
|
|
},
|
2022-02-28 11:59:16 -06:00
|
|
|
"repository": {
|
2022-02-28 12:03:04 -06:00
|
|
|
"type": "git",
|
2024-01-23 21:18:09 -06:00
|
|
|
"url": "git+https://github.com/cha0s/flecks.git",
|
2022-02-28 11:59:16 -06:00
|
|
|
"directory": "packages/create-fleck"
|
|
|
|
},
|
2022-02-27 19:42:16 -06:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2022-02-25 04:58:08 -06:00
|
|
|
"bin": {
|
2024-02-09 07:09:05 -06:00
|
|
|
"create-fleck": "build/cli.js"
|
2022-02-25 04:58:08 -06:00
|
|
|
},
|
|
|
|
"files": [
|
2024-02-09 01:11:27 -06:00
|
|
|
"npm-shrinkwrap.json",
|
2022-02-25 04:58:08 -06:00
|
|
|
"template"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-02-17 10:25:31 -06:00
|
|
|
"@flecks/core": "^4.2.2",
|
2024-02-01 14:02:57 -06:00
|
|
|
"commander": "11.1.0"
|
2022-02-25 04:58:08 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-17 10:25:31 -06:00
|
|
|
"@flecks/build": "^4.1.2",
|
|
|
|
"@flecks/fleck": "^4.1.2"
|
2022-02-25 04:58:08 -06:00
|
|
|
}
|
|
|
|
}
|