booletwa
Version:
Generate TWA projects from a Web Manifest
61 lines (60 loc) • 1.53 kB
JSON
{
"name": "@bubblewrap/core",
"version": "2.0.0",
"description": "Core Library to generate, build and sign TWA projects",
"scripts": {
"build": "tsc",
"clean": "del dist",
"lint": "eslint \"src/**/*.{js,ts}\"",
"test": "tsc && jasmine --config=jasmine.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"twa",
"trusted-web-activities",
"pwa",
"progressive-web-apps",
"android"
],
"files": [
"dist/lib",
"dist/index.d.ts",
"dist/index.js",
"template_project"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/bubblewrap.git"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@types/color": "^3.0.3",
"@types/extract-zip": "^2.0.1",
"@types/gapi.client.androidpublisher": "^3.0.0",
"@types/inquirer": "^8.2.1",
"@types/lodash.template": "^4.5.1",
"@types/mime-types": "^2.1.1",
"@types/node": "^17.0.42",
"@types/node-fetch": "^2.6.1",
"@types/tar": "^6.1.1",
"@types/valid-url": "^1.0.3",
"canvg": "4.0.0",
"color": "^4.2.3",
"extract-zip": "^2.0.1",
"fetch-h2": "^3.0.2",
"googleapis": "^101.0.0",
"inquirer": "^8.2.4",
"jimp": "^0.16.1",
"lodash.template": "^4.5.0",
"mime-types": "^2.1.35",
"node-fetch": "^2.6.1",
"tar": "^6.1.11",
"valid-url": "^1.0.9"
},
"optionalDependencies": {
"svg2img": "^0.9.4"
},
"gitHead": "bda23eb1462527053d57d7c4b1770862f136ddc0"
}