{
  "name": "xcorenode",
  "version": "1.0.1-alpha.5",
  "description": "A node plugin enabling calling NetCore libraries",
  "keywords": [
    "netcore",
    "bridge",
    "interop",
    "marshalling",
    "net",
    "C#",
    "netstandard"
  ],
  
  "readme": "readme.md",
  
  "author": "Raffaele Rialdi",
  "license": "FRS",
  "repository": "https://github.com/raffaeler/xcore",

  "main": "./xcorenode.node",
  "private": false,
  "gypfile": false,
  "bugs": {
    "url": "https://github.com/raffaeler/xcore/issues"
  },

  "os": [
    "win32"
  ],

  "cpu": [
    "x64"
  ],

  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }

}
