create-ext-app
Version:
## Installation This is a [Node.js](https://nodejs.org/en/) module available through the [npm registry](https://www.npmjs.com/).
46 lines (45 loc) • 974 B
JSON
{
"name": "create-ext-app",
"version": "1.0.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"files": [
"dist"
],
"bin": {
"create-ext-app": "dist/index.js"
},
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"EXT",
"extensions"
],
"author": "Awa Donacien",
"license": "ISC",
"devDependencies": {
"@types/inquirer": "^9.0.3",
"typescript": "^5.2.2"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^11.0.0",
"esm": "^3.2.25",
"figlet": "^1.6.0",
"fs-extra": "^11.1.1",
"inquirer": "^4.0.1",
"rimraf": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donalawa/create-ext-app.git"
},
"bugs": {
"url": "https://github.com/donalawa/create-ext-app/issues"
},
"homepage": "https://github.com/donalawa/create-ext-app#readme"
}