@rineshgopal/create-pwa
Version:
A small fix on the directory check.
51 lines (50 loc) • 1.12 kB
JSON
{
"name": "@rineshgopal/create-pwa",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
"description": "A small fix on the directory check.",
"main": "./lib/index.js",
"bin": {
"create-pwa": "./bin/create-pwa"
},
"scripts": {
"build": " ",
"build:ci": " ",
"build:dev": " ",
"clean": " ",
"test": " "
},
"repository": {
"type": "git",
"url": "git+https://github.com/magento/pwa-studio.git"
},
"keywords": [
"magento",
"pwa",
"create-pwa",
"create-pwa-app",
"pwa-studio"
],
"author": "rinesh",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/magento/pwa-studio/issues"
},
"homepage": "https://github.com/magento/pwa-studio/tree/master/packages/create-pwa#readme",
"dependencies": {
"@magento/pwa-buildpack": "~5.1.1",
"chalk": "^2.4.2",
"change-case": "^3.1.0",
"execa": "^1.0.0",
"git-user-info": "^1.0.1",
"inquirer": "^6.3.1",
"is-invalid-path": "^1.0.2",
"is-valid-npm-name": "^0.0.4",
"webpack": "^4.29.5"
},
"directories": {
"lib": "lib"
}
}