@websegment/root
Version:
A modern CSS library for rapidly building modern, responsive web interfaces and streamline your web development workflow with a comprehensive set of CSS utility classes
21 lines (20 loc) • 649 B
JSON
{
"name": "websegment-sigma",
"private": true,
"version": "1.0.0-alpha.2",
"workspaces": [
"node"
],
"scripts": {
"test": "cargo test",
"install:cargo": "cargo install cargo-watch cargo-fuzz",
"build": "cargo build --release",
"build:node": "npm --prefix ./crates/node run build",
"dev": "cargo watch --clear --quiet -x 'run --quiet'",
"dev:node": "cargo watch --clear --quiet --shell 'npm --prefix ./crates/node run build:debug'",
"fuzz": "cd ./crates/core; cargo fuzz run parsing; cd -",
"bench": "cargo bench",
"postbench": "open ./target/criterion/report/index.html"
},
"license": "MIT"
}