@lynx-js/runtime-wrapper-webpack-plugin
Version:
Use runtime wrapper which allow JavaScript to be load by Lynx.
51 lines • 1.18 kB
JSON
{
"name": "@lynx-js/runtime-wrapper-webpack-plugin",
"version": "0.2.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.7"
},
"devDependencies": {
"@microsoft/api-extractor": "7.58.12",
"@rspack/core": "2.1.5",
"@rstest/core": "0.11.3",
"@types/node": "^24.13.3",
"@lynx-js/test-tools": "0.0.0"
},
"engines": {
"node": ">=18"
},
"scripts": {
"api-extractor": "api-extractor run --verbose",
"test": "rstest"
}
}