11 lines
179 B
JSON
11 lines
179 B
JSON
{
|
|
"gypfile": true,
|
|
"main": "index.js",
|
|
"name": "winutils",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"install": "node-gyp rebuild || true",
|
|
"test": "node index.js"
|
|
}
|
|
}
|