github.com/gopherjs/gopherjs@v1.19.0-beta1.0.20240506212314-27071a8796e4/node-syscall/package.json (about) 1 { 2 "name": "syscall", 3 "description": "Native syscall support for GopherJS.", 4 "scripts": { 5 "test": "echo \"Error: no test specified\" && exit 1", 6 "install": "node-gyp rebuild" 7 }, 8 "main": "index.js", 9 "author": "", 10 "license": "BSD-2-Clause", 11 "gypfile": true, 12 "dependencies": { 13 "node-gyp": "^8.1.0" 14 } 15 }