aboutsummaryrefslogblamecommitdiffstats
path: root/compiler-explorer/package.json
blob: 1b60c7903f69e9aabd87d35254013a82f5b92e0b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                         
{
  "name": "compiler-explorer",
  "version": "1.0.0",
  "description": "",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Farzad Sadeghi",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "node-fetch": ">=2.1.2"
  }
}