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