Files
gf-core/src/runtime/node.js/package.json
2023-10-03 09:11:42 +02:00

17 lines
366 B
JSON

{
"name": "pgf",
"version": "1.0.0",
"description": "A Node.js binding to the GF runtime",
"exports": ["./build/Debug/pgf.node"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Krasimir Angelov",
"license": "BSD3",
"dependencies": {
"node-gyp": "^9.4.0",
"nodejs": "^0.0.0",
"nopt": "^7.2.0"
}
}