aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 660ce9b211a95aa4b461dbee5c7b81b4757cd930 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "gypfile": true,
  "main": "index.js",
  "name": "winutils",
  "version": "1.0.1",
  "scripts": {
    "install": "node-gyp rebuild || true",
    "test": "node index.js"
  }
}