1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Oinktube/node_modules/napi-macros/example/package.json
2022-07-15 11:08:01 -03:00

11 lines
215 B
JSON

{
"name": "napi-macros-example",
"version": "0.0.0",
"description": "an example using napi-macros",
"dependencies": {
"node-gyp-build": "^3.2.2"
},
"scripts": {
"install": "node-gyp-build"
}
}