UNPKG

pwa-manifest-loader

Version:

Progressive Web App manifest.json / app.webmenifest loader for webpack.

50 lines (49 loc) 1.31 kB
{ "name": "pwa-manifest-loader", "version": "1.0.5", "description": "Progressive Web App manifest.json / app.webmenifest loader for webpack.", "main": "index.mjs", "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules jest", "lint": "eslint -c eslint.config.mjs './{,!(node_modules)/**/}*.mjs'" }, "jest": { "testEnvironment": "node", "transform": {}, "testMatch": [ "**/__tests__/**/*.([tj]s|mjs)?(x)", "**/?(*.)+(spec|test).([tj]s|mjs)?(x)" ] }, "repository": { "type": "git", "url": "git+ssh://git@github.com/autopulated/webpack-pwa-manifest-loader.git" }, "files": [ "index.mjs", "pwa-asset-loader.mjs" ], "keywords": [ "webpack", "loader", "pwa", "manifest", "webmanifest", "manifest.json" ], "author": "James Crosby <3456211+autopulated@users.noreply.github.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/autopulated/webpack-pwa-manifest-loader/issues" }, "homepage": "https://github.com/autopulated/webpack-pwa-manifest-loader#readme", "devDependencies": { "@eslint/js": "^9.8.0", "eslint": "^9.16.0", "eslint-plugin-jest": "^28.9.0", "globals": "^15.13.0", "jest": "^29.7.0", "memfs": "^4.14.1", "webpack": "^5.97.0" } }