started node.js binding

This commit is contained in:
Krasimir Angelov
2023-10-03 09:11:42 +02:00
parent 46ccde4abc
commit da135bea8b
4 changed files with 583 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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"
}
}