Skip to content
Snippets Groups Projects
package.json 434 B
Newer Older
insert's avatar
insert committed
{
  "name": "gnucc",
  "version": "1.0.0",
  "description": "Wrapper for GCC and G++",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "tsc-watch --onSuccess nodemon"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^10.12.18",
insert's avatar
insert committed
  },
  "files": [
insert's avatar
insert committed
    "dist/"
insert's avatar
insert committed
  ]
}