{
  "name": "wcpp",
  "version": "1.2.0",
  "description": "C++ for JavaScript",
  "main": "index.js",
  "bin": {
    "wcpp": "./compile.js",
    "wcpp-install": "./install.js"
  },
  "scripts": {
    "test": "nodemon test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/brandondyer64/wcpp.git"
  },
  "keywords": ["C++", "cpp", "wasm", "webassembly"],
  "author": "Brandon Dyer",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/brandondyer64/wcpp/issues"
  },
  "homepage": "https://gitlab.com/brandondyer64/wcpp#README",
  "dependencies": {
    "app-root-path": "^2.1.0"
  }
}
