UNPKG

rollup-plugin-manifest-json

Version:

Rollup plugin to generate a manifest.json file used to tell the browser about your web app.

48 lines (47 loc) 1.3 kB
{ "name": "rollup-plugin-manifest-json", "version": "1.7.0", "description": "Rollup plugin to generate a manifest.json file used to tell the browser about your web app.", "main": "lib/rollup-plugin-manifest-json.cjs.js", "scripts": { "test": "mocha", "pretest": "yarn build", "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/adamzerella/rollup-plugin-manifest-json.git" }, "keywords": [ "rollup-plugin", "plugin", "manifest.json", "manifest", "pwa" ], "author": "Adam Zerella <hi@azerel.la> (https://azerel.la)", "license": "MIT", "bugs": { "url": "https://github.com/azerella/rollup-plugin-manifest-json/issues" }, "homepage": "https://github.com/azerella/rollup-plugin-manifest-json#readme", "devDependencies": { "@babel/core": "^7.18.13", "@babel/preset-env": "^7.18.10", "@rollup/plugin-typescript": "^8.4.0", "@types/node": "^18.7.11", "mocha": "^10.0.0", "rimraf": "^3.0.2", "rollup": "^2.78.1", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.4.0", "typescript": "^4.7.4" }, "files": [ "lib/rollup-plugin-manifest-json.cjs.js", "lib/types.d.ts", "lib/plugin.d.ts" ], "types": "lib/plugin.d.ts", "type": "commonjs" }