mirror of
https://github.com/preactjs/wmr.git
synced 2026-01-25 15:08:00 +00:00
32 lines
630 B
JSON
32 lines
630 B
JSON
{
|
|
"name": "@wmrjs/nomodule",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "0.2.0",
|
|
"description": "Generate legacy bundles and serve them to older browsers as a fallback.",
|
|
"main": "./dist/index.js",
|
|
"type": "module",
|
|
"exports": {
|
|
"import": "./index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"scripts": {
|
|
"prepare": "npx cjyes",
|
|
"prepublishOnly": "cjyes"
|
|
},
|
|
"author": "The Preact Authors (https://preactjs.com)",
|
|
"repository": "preactjs/wmr",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"cjyes": "^0.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/standalone": "^7.11.6"
|
|
}
|
|
}
|