mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"name": "crate",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"author": "Jake Runzer <jakerunzer@gmail.com>",
|
|
"license": "MIT",
|
|
"main": "pkg/crate.js",
|
|
"scripts": {
|
|
"dev": "cargo watch -i .gitignore -i 'pkg/*' -s 'wasm-pack build'",
|
|
"build": "wasm-pack build",
|
|
"clean": "cargo clean && rm -rf pkg"
|
|
}
|
|
}
|