bliss-rs/package.json
2023-12-26 23:51:58 +02:00

20 lines
506 B
JSON

{
"name": "bliss-rs",
"version": "1.0.0",
"description": "A fork of the bliss-rs library with Node.js bindings",
"main": "index.node",
"types": "index.d.ts",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics"
},
"author": "antonlyap",
"license": "ISC",
"dependencies": {
"cargo-cp-artifact": "^0.1.8"
}
}