@tarantool.io/lua-bundler-webpack-plugin
Version:
Bundle to single Lua file with content of bundle as big Lua table with next semantic: ``` { { is_entry: Boolean, body: String(content of file), mime: String(mime-type of file), mode: String('plain' or 'base64') } } ```
39 lines (38 loc) • 794 B
JSON
{
"name": "@tarantool.io/lua-bundler-webpack-plugin",
"version": "2.0.2",
"type": "commonjs",
"license": "ISC",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
"files": [
"cjs"
],
"keywords": [
"tarantool",
"lua",
"lua-bundler-webpack-plugin",
"plugin",
"webpack-plugin",
"webpack"
],
"scripts": {
"build": "npm run clear && tsc --build",
"clear": "rimraf ./cjs tsconfig.tsbuildinfo",
"prepublishOnly": "npm run build"
},
"dependencies": {
"mime-types": "2.1.35",
"tslib": "2.3.1",
"webpack": "5.74.0"
},
"devDependencies": {
"@tarantool.io/typescript": "1.0.3",
"@types/mime-types": "2.1.1",
"rimraf": "3.0.2",
"typescript": "4.4.2"
},
"publishConfig": {
"access": "public"
}
}