Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
432 B
14 lines
432 B
{
|
|
"name": "oxigraph_tests",
|
|
"description": "Build a tests for Oxigraph JS",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"mocha": "^8.0.1",
|
|
"@rdfjs/data-model": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"test": "wasm-pack build --dev --target nodejs && mocha",
|
|
"build": "wasm-pack build --release --target nodejs && sed -i 's/oxigraph_js/oxigraph/g' pkg/package.json",
|
|
"release": "wasm-pack pack && wasm-pack publish"
|
|
}
|
|
}
|
|
|