{ "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-fastrand", "version": "0.2.1", "description": "", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-fastrand.git", "directory": "npm/sqlite-fastrand" }, "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": "0.2.1", "sqlite-fastrand-darwin-x64": "0.2.1", "sqlite-fastrand-linux-x64": "0.2.1", "sqlite-fastrand-windows-x64": "0.2.1" }, "devDependencies": { "better-sqlite3": "^8.1.0", "sqlite3": "^5.1.4" } }