Flatlogic Bot c2aa0f3687 V5
2026-02-16 07:39:54 +00:00

56 lines
1.3 KiB
JSON

{
"name": "sodium-native",
"version": "5.0.10",
"description": "Low level bindings for libsodium",
"main": "index.js",
"files": [
"index.js",
"binding.cc",
"binding.js",
"extensions",
"prebuilds",
"CMakeLists.txt"
],
"addon": true,
"dependencies": {
"require-addon": "^1.1.0",
"which-runtime": "^1.2.1"
},
"devDependencies": {
"bare-compat-napi": "^1.3.5",
"brittle": "^3.16.2",
"cmake-bare": "^1.6.1",
"cmake-fetch": "^1.4.3",
"cmake-napi": "^1.2.1",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^1.0.0"
},
"scripts": {
"test": "prettier . --check && npm run test:node && npm run test:bare",
"test:node": "node test/all.js",
"test:bare": "bare test/all.js"
},
"standard": {
"ignore": [
"/test/fixtures/*.js"
]
},
"engines": {
"bare": ">=1.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/sodium-native.git"
},
"contributors": [
"Emil Bay <github@tixz.dk> (http://bayes.dk)",
"Mathias Buus <mathiasbuus@gmail.com> (https://mafinto.sh)",
"Christophe Diederichs <chm-diederichs@hyperdivision.dk>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/holepunchto/sodium-native/issues"
},
"homepage": "https://github.com/holepunchto/sodium-native"
}