mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
11 lines
215 B
JSON
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"
|
|
}
|
|
}
|