-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "rust-wasmpack-loader",
"version": "3.1.3",
"description": "wasm Webpack loader for .rs (Rust) resources. Boost your Webpack-powered projects with native WebAssembly support using the 'rust-wasmpack-loader'. This powerful loader enables seamless integration of Rust resources, unlocking high-performance capabilities for your web applications.",
"main": "./src/index.js",
"scripts": {
"release": "npx commit-and-tag-version && npm run postrelease",
"postrelease": "cd ./example/node-webpack && npm i && cd ../../ && cd ./example/web-webpack && npm i && cd ../../ && cd ./example/node-bun && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeskiy/rustwasm-loader.git"
},
"bugs": {
"url": "https://github.com/yeskiy/rustwasm-loader/issues"
},
"homepage": "https://github.com/yeskiy/rustwasm-loader#readme",
"keywords": [
"RUST",
"RS",
"Webpack",
"loader",
"wasm",
"WebAssembly",
"Rust",
"Rust programming language",
"Rust WebAssembly",
"Rust Webpack loader",
"Rust loader for Webpack",
"WebAssembly",
"WebAssembly loader",
"WebAssembly support",
"Webpack",
"Webpack loader",
"Webpack plugin",
"Rust resources",
"Rust integration",
"Native WebAssembly",
"High-performance web applications",
"Optimized Webpack builds",
"Frontend development",
"Backend development",
"Rust ecosystem",
"rust wasm load file",
"wasm-loader",
"rust wasm-pack",
"rust wasm library",
"rust wasm example",
"rustwasm github",
"rust wasm starter",
"rust wasm cdylib",
"rust wasm use cases",
"rust wasm course",
"rust load wasm",
"rust wasm nodejs",
"rust wasm size",
"How do you convert Rust to wasm?",
"What is the wasm-Bindgen feature?",
"What is Rust WebAssembly?",
"webpack wasm loader",
"webpack wasm file-loader",
"webpack wasm example",
"webpack loader not working",
"webpack style loader not working",
"wasm examples",
"How do I load Wasm into webpack?",
"What is a webpack loader?",
"Is WebAssembly actually faster?",
"How do I use multiple loaders in webpack?",
"webpack wasm",
"asyncwebassembly",
"webpack 5 wasm",
"webpack asyncwebassembly",
"rust wasm webpack",
"webpack wasm example",
"error: 'entryoptions.layer' is only allowed when 'experiments.layers' is enabled",
"webpack assemblyscript",
"rust webpack",
"rust webpack alternative",
"react webpack loader",
"rust webassembly react",
"How do I load Wasm into Webpack?"
],
"author": "Yehor Brodskiy",
"license": "MIT",
"dependencies": {
"json2toml": "^6.1.1",
"loader-utils": "^3.3.1",
"lodash": "^4.17.21",
"schema-utils": "^4.2.0",
"toml": "^3.0.0",
"wasm-pack": "^0.13.1",
"which": "^5.0.0"
},
"peerDependencies": {
"webpack": "^5.0.0"
},
"devDependencies": {
"@types/bun": "^1.1.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"npm-check-updates": "^17.1.9",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.20.4",
"npm": "10.7.0"
},
"files": [
"bun",
"src",
"LICENSE",
"README.md"
]
}