2024-05-24 19:23:29 +03:00
|
|
|
{
|
|
|
|
"name": "@bliss-rs/bliss-rs",
|
2024-05-24 21:04:32 +03:00
|
|
|
"version": "0.0.5",
|
2024-05-24 19:23:29 +03:00
|
|
|
"description": "A fork of the bliss-rs library with Node.js bindings",
|
|
|
|
"main": "index.js",
|
|
|
|
"types": "index.d.ts",
|
|
|
|
"directories": {
|
|
|
|
"example": "examples"
|
|
|
|
},
|
|
|
|
"files": ["index.js", "index.d.ts", "index-*.node"],
|
|
|
|
"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": "GPL",
|
|
|
|
"dependencies": {
|
|
|
|
"cargo-cp-artifact": "^0.1.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20.10.5"
|
|
|
|
}
|
|
|
|
}
|