UNPKG

215 BJSONView Raw
1{
2 "name": "napi-macros-example",
3 "version": "0.0.0",
4 "description": "an example using napi-macros",
5 "dependencies": {
6 "node-gyp-build": "^3.2.2"
7 },
8 "scripts": {
9 "install": "node-gyp-build"
10 }
11}