roc/examples/nodejs-interop/native-c-api/package.json
2023-05-01 15:54:53 -04:00

9 lines
141 B
JSON

{
"devDependencies": {
"@types/node": "^18.15.3",
"node-gyp": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}