@lynx-js/runtime-wrapper-webpack-plugin
Version:
Use runtime wrapper which allow JavaScript to be load by Lynx.
49 lines • 1.11 kB
JSON
{
"name": "@lynx-js/runtime-wrapper-webpack-plugin",
"version": "0.1.3",
"description": "Use runtime wrapper which allow JavaScript to be load by Lynx.",
"keywords": [
"webpack",
"Lynx"
],
"repository": {
"type": "git",
"url": "https://github.com/lynx-family/lynx-stack.git",
"directory": "packages/webpack/runtime-wrapper-webpack-plugin"
},
"license": "Apache-2.0",
"author": {
"name": "Qingyu Wang",
"email": "colinwang.0616@gmail.com"
},
"type": "module",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js"
},
"./package.json": "./package.json"
},
"types": "./lib/index.d.ts",
"files": [
"lib",
"!lib/**/*.js.map",
"CHANGELOG.md",
"README.md"
],
"dependencies": {
"@lynx-js/webpack-runtime-globals": "0.0.6"
},
"devDependencies": {
"@microsoft/api-extractor": "7.52.11",
"webpack": "^5.101.3",
"@lynx-js/test-tools": "0.0.0"
},
"engines": {
"node": ">=18"
},
"scripts": {
"api-extractor": "api-extractor run --verbose",
"test": "vitest"
}
}