2023-12-26 19:24:40 +02:00
|
|
|
{
|
|
|
|
"name": "bliss-rs",
|
|
|
|
"version": "1.0.0",
|
2023-12-26 23:51:58 +02:00
|
|
|
"description": "A fork of the bliss-rs library with Node.js bindings",
|
|
|
|
"main": "index.node",
|
|
|
|
"types": "index.d.ts",
|
2023-12-26 19:24:40 +02:00
|
|
|
"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"
|
|
|
|
},
|
2023-12-26 23:51:58 +02:00
|
|
|
"author": "antonlyap",
|
2023-12-26 19:24:40 +02:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"cargo-cp-artifact": "^0.1.8"
|
|
|
|
}
|
|
|
|
}
|