UNPKG

@bubblewrap/core

Version:

Core Library to generate, build and sign TWA projects

62 lines (61 loc) 1.53 kB
{ "name": "@bubblewrap/core", "version": "1.23.0", "description": "Core Library to generate, build and sign TWA projects", "engines": { "node": ">=14.15.0" }, "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": { "@resvg/resvg-js": "^2.2.0", "@types/color": "^3.0.0", "@types/extract-zip": "^1.6.2", "@types/gapi.client.androidpublisher": "^3.0.0", "@types/inquirer": "^9.0.7", "@types/lodash": "^4.17.14", "@types/mime-types": "^2.1.0", "@types/node": "^12.20.1", "@types/node-fetch": "^2.5.10", "@types/tar": "^4.0.4", "@types/valid-url": "^1.0.3", "canvg": "4.0.3", "color": "^3.1.3", "extract-zip": "^1.7.0", "fetch-h2": "^2.5.1", "googleapis": "^81.0.0", "inquirer": "^9.0.7", "jimp": "^0.22.7", "lodash": "^4.17.21", "mime-types": "^2.1.28", "node-fetch": "^2.6.1", "tar": "^6.1.0", "valid-url": "^1.0.9" }, "gitHead": "4855e69ea24cd7ec94278c34561e1298c4152ed3" }