summaryrefslogtreecommitdiff
path: root/node_modules/youch/package.json
blob: 216a199660a3df580e8b7e4dbc5e09c1ecc91ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "name": "youch",
  "version": "3.3.2",
  "description": "HTML Pretty error stack viewer",
  "main": "src/Youch.js",
  "files": [
    "src",
    "index.d.ts"
  ],
  "types": "./index.d.ts",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "pretest": "npm run lint",
    "prepublishOnly": "npm run build",
    "build": "node bin/compile.js",
    "test": "npm run build && node test/youch.spec.js && node test/youch.spec.mjs",
    "lint": "standard"
  },
  "author": "amanvirk",
  "license": "MIT",
  "devDependencies": {
    "concat": "^1.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "japa": "^4.0.0",
    "standard": "^17.0.0",
    "supertest": "^6.3.3",
    "uglify-js": "^3.17.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "cookie": "^0.5.0",
    "mustache": "^4.2.0",
    "stacktracey": "^2.1.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poppinss/youch.git"
  },
  "keywords": [
    "errors",
    "error-reporting",
    "whoops"
  ],
  "bugs": {
    "url": "https://github.com/poppinss/youch/issues"
  },
  "standard": {
    "ignore": [
      "static"
    ]
  },
  "homepage": "https://github.com/poppinss/youch#readme"
}