UNPKG

booletwa

Version:

Generate TWA projects from a Web Manifest

31 lines (30 loc) 768 B
{ "name": "@bubblewrap/validator", "version": "2.0.0", "description": "Validate if an app using Trusted Web Activity fulfills the quality criteria", "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", "files": [ "dist/lib", "dist/index.d.ts", "dist/index.js" ], "keywords": [], "repository": { "type": "git", "url": "git+https://github.com/GoogleChromeLabs/bubblewrap.git" }, "author": "", "license": "Apache-2.0", "dependencies": { "@types/node-fetch": "^2.6.1", "node-fetch": "^2.6.0" }, "gitHead": "bda23eb1462527053d57d7c4b1770862f136ddc0" }