{ "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "${PACKAGE_NAME_BASE}", "version": "${VERSION}", "description": "", "repository": { "type": "git", "url": "https://github.com/asg017/${PACKAGE_NAME_BASE}.git", "directory": "npm/${PACKAGE_NAME_BASE}" }, "author": "Alex Garcia ", "license": "(MIT OR Apache-2.0)", "main": "src/index.js", "type": "module", "scripts": { "test": "node test.js" }, "files": [ "*.dylib", "*.so", "*.dll" ], "optionalDependencies": { "sqlite-fastrand-darwin-arm64": "${VERSION}", "sqlite-fastrand-darwin-x64": "${VERSION}", "sqlite-fastrand-linux-x64": "${VERSION}", "sqlite-fastrand-windows-x64": "${VERSION}" }, "devDependencies": { "better-sqlite3": "^8.1.0", "sqlite3": "^5.1.4" } }