booletwa
Version:
Generate TWA projects from a Web Manifest
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "@bubblewrap/cli",
"version": "2.0.0",
"description": "CLI tool to Generate TWA projects from a Web Manifest",
"bin": {
"bubblewrap": "bin/bubblewrap.js"
},
"scripts": {
"build": "tsc",
"clean": "del dist",
"lint": "eslint \"src/**/*.{js,ts}\"",
"test": "tsc && jasmine --config=jasmine.json"
},
"files": [
"dist/lib",
"dist/index.d.ts",
"dist/index.js",
"bin",
"package.json"
],
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/bubblewrap.git"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@bubblewrap/core": "^2.0.0",
"@bubblewrap/validator": "^2.0.0",
"@types/cli-progress": "^3.11.0",
"@types/color": "^3.0.3",
"@types/inquirer": "^8.2.1",
"@types/mime-types": "^2.1.1",
"@types/minimist": "^1.2.2",
"@types/semver": "^7.3.9",
"@types/valid-url": "^1.0.3",
"cli-progress": "^3.11.1",
"color": "^3.2.1",
"colors": "1.4.0",
"inquirer": "^8.2.4",
"mime-types": "^2.1.35",
"minimist": "^1.2.6",
"semver": "^7.3.7",
"valid-url": "^1.0.9"
},
"gitHead": "bda23eb1462527053d57d7c4b1770862f136ddc0"
}