forked from Rust-related/RustPython
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"name": "rustpython-wasm-example",
|
|
"version": "1.0.0",
|
|
"//1": "`dependencies.rustpython_wasm` would be the version of the npm",
|
|
"//2": "library in a real app",
|
|
"dependencies": {
|
|
"rustpython_wasm": "file:../lib/pkg/"
|
|
},
|
|
"devDependencies": {
|
|
"raw-loader": "1.0.0",
|
|
"webpack": "4.28.2",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"license": "MIT"
|
|
}
|