simdle-native
Version:
libsimdle JavaScript bindings for Node.js
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "simdle-native",
"version": "1.3.6",
"description": "libsimdle JavaScript bindings for Node.js",
"main": "index.js",
"files": [
"index.js",
"macros.h",
"binding.c",
"binding.js",
"CMakeLists.txt",
"prebuilds"
],
"addon": true,
"scripts": {
"test": "npm run lint && npm run test:bare && npm run test:node",
"test:bare": "bare test.mjs",
"test:node": "node test.mjs",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/simdle-native.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/simdle-native/issues"
},
"homepage": "https://github.com/holepunchto/simdle-native#readme",
"dependencies": {
"b4a": "^1.6.0",
"require-addon": "^1.1.0"
},
"devDependencies": {
"brittle": "^3.1.0",
"cmake-bare": "^1.1.7",
"cmake-fetch": "^1.1.0",
"cmake-napi": "^1.0.2",
"standard": "^17.0.0"
}
}