UNPKG

@jellybrick/ffi-cjs

Version:

Foreign Function Interface Helper.

70 lines (69 loc) 1.55 kB
{ "name": "@jellybrick/ffi-cjs", "version": "0.7.0", "description": "Foreign Function Interface Helper.", "type": "module", "exports": { "./koffi": { "types": "./types/koffi/index.d.ts", "default": "./lib/koffi/index.js" } }, "engines": { "node": ">=16.0.0" }, "scripts": { "lint": "eslint \"./lib/**/*.{js,mjs}\" \"./types/**/*.d.ts\"", "check": "tsc --noemit --checkjs", "declare": "tsc --declaration --emitDeclarationOnly --outDir \"./types\"" }, "keywords": [ "ffi", "koffi", "dlopen", "deno" ], "author": { "name": "Anthony Beaumont", "email": "dev.xan105@outlook.be", "url": "https://xan105.com/" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/xan105/node-ffi.git" }, "bugs": { "url": "https://github.com/xan105/node-ffi/issues" }, "homepage": "https://github.com/xan105/node-ffi#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/xan105" }, { "type": "paypal", "url": "https://www.paypal.me/xan105" }, { "type": "patreon", "url": "https://www.patreon.com/xan105" } ], "devDependencies": { "@types/node": "^18.7.23", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", "eslint": "^8.34.0", "typescript": "^4.9.5" }, "peerDependencies": { "koffi": "^2.3.13" }, "peerDependenciesMeta": { "koffi": { "optional": true } } }