booletwa
Version:
Generate TWA projects from a Web Manifest
46 lines (45 loc) • 1.17 kB
JSON
{
"name": "booletwa",
"private": false,
"version": "0.8.89",
"description": "Generate TWA projects from a Web Manifest",
"scripts": {
"build": "lerna run build",
"lint": "lerna run lint",
"test": "lerna run test",
"clean-modules": "lerna clean -y",
"clean": "lerna run clean",
"postinstall": "lerna bootstrap && lerna link",
"publish": "lerna publish",
"publish-canary": "lerna publish --canary"
},
"keywords": [
"twa",
"trusted-web-activities",
"pwa",
"progressive-web-apps",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/disclaimer8/bubblewrap.git"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@types/jasmine": "^4.0.3",
"@types/mock-fs": "^4.13.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"del-cli": "^4.0.1",
"eslint": "^8.17.0",
"eslint-config-google": "^0.14.0",
"jasmine": "^4.2.0",
"lerna": "^5.1.2",
"lerna-changelog": "^2.2.0",
"mock-fs": "^5.1.2",
"npm": "^8.12.1",
"ts-node": "^10.8.1",
"typescript": "^3.9.9"
}
}