mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|
"name": "rustpython-wasm-example",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"rustpython_wasm": "0.1.0-pre-alpha.1"
|
|
},
|
|
"devDependencies": {
|
|
"raw-loader": "1.0.0",
|
|
"webpack": "4.28.2",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"dist": "webpack --mode production"
|
|
},
|
|
"license": "MIT"
|
|
}
|