package.json (391B)
1 { 2 "name": "@node_yara_rs/node-yara-rs-linux-x64-gnu", 3 "version": "0.6.2", 4 "os": [ 5 "linux" 6 ], 7 "cpu": [ 8 "x64" 9 ], 10 "main": "node-yara-rs.linux-x64-gnu.node", 11 "files": [ 12 "node-yara-rs.linux-x64-gnu.node" 13 ], 14 "license": "Apache-2.0", 15 "engines": { 16 "node": ">= 18" 17 }, 18 "repository": "https://github.com/MTRNord/node-yara-rs.git", 19 "libc": [ 20 "glibc" 21 ] 22 }