Some checks failed
CI / lint (push) Successful in 1m37s
CI / test-python (push) Successful in 1m49s
CI / test-zig (push) Successful in 1m39s
CI / test-wasm (push) Successful in 1m54s
CI / test (push) Successful in 14m44s
CI / miri (push) Successful in 14m18s
CI / build (push) Successful in 1m9s
CI / fuzz-regression (push) Successful in 9m9s
CI / publish (push) Failing after 1m10s
CI / publish-python (push) Failing after 1m46s
CI / publish-wasm (push) Has been cancelled
Signed-off-by: Kamal Tufekcic <kamal@lo.sh>
16 lines
755 B
JSON
16 lines
755 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "wasm-pack build --target bundler && node -e \"const p=JSON.parse(require('fs').readFileSync('pkg/package.json'));p.bin={soliton:'bin/soliton.js'};p.files.push('bin/soliton.js');p.publishConfig={registry:'https://git.lo.sh/api/packages/lo/npm/'};require('fs').writeFileSync('pkg/package.json',JSON.stringify(p,null,2))\" && rm -rf pkg/bin && cp -r bin pkg/bin",
|
|
"test": "vitest run",
|
|
"test:browser": "vitest run --config vitest.browser.config.js",
|
|
"test:all": "vitest run && vitest run --config vitest.browser.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/browser": "^3.2.4",
|
|
"playwright": "^1.59.0",
|
|
"vite-plugin-wasm": "^3.6.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|