pwa-create
Version:
A progressive web app stater template creator with various platform options
42 lines • 935 B
JSON
{
"name": "pwa-create",
"description": "A progressive web app stater template creator with various platform options",
"version": "1.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/types.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/devusimple/pwa-create.git"
},
"homepage": "www.github.com/devusimple/pwa-create.git",
"keywords": [
"pwa",
"template",
"webapp",
"progressive",
"typescript",
"node"
],
"author": "huzzathasan",
"license": "MIT",
"bin": {
"pwa-create": "dist/index.js"
},
"scripts": {
"build": "tsup"
},
"devDependencies": {
"@types/degit": "^2.8.6",
"@types/node": "^22.15.29",
"@types/prompts": "^2.4.9",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"chalk": "^5.4.1",
"degit": "^2.8.4",
"execa": "^9.6.0",
"prompts": "^2.4.2"
}
}