{
"name": "wrend",
"version": "0.3.5",
"description": "A WebGL2 rendering library for Rust/Wasm & JS",
"license": "(MIT OR Apache-2.0)",
"repository": "https://github.com/austintheriot/wrend",
"main": "wrend.js",
"scripts": {
"test": "wasm-pack test --chrome --headless",
"build:dev": "wasm-pack build --out-dir pkg --dev --target web",
"build": "wasm-pack build --out-dir dist --release --target web",
"prepublish": "rimraf dist && npm run build && cp package.json dist && cp ../README.md dist && rm dist/.gitignore"
},
"dependencies": {},
"devDependencies": {
"rimraf": "^3.0.2"
},
"keywords": [
"WebGL",
"WebGL2",
"Rust",
"WebAssembly",
"rendering",
"raytracing",
"creative coding"
],
"homepage": "https://github.com/austintheriot/wrend",
"bugs": {
"url": "https://github.com/austintheriot/wrend/issues",
"email": "austinmtheriot@gmail.com"
},
"author": {
"email": "austinmtheriot@gmail.com",
"name": "Austin Theriot",
"url": "https://github.com/austintheriot"
},
"files": ["**/*"],
"module": "wrend.js",
"types": "wrend.d.ts"
}