diff options
| author | akiyamn | 2023-09-24 23:22:21 +1000 |
|---|---|---|
| committer | akiyamn | 2023-09-24 23:22:21 +1000 |
| commit | 4e87195739f2a5d9a05451b48773c8afdc680765 (patch) | |
| tree | 9cba501844a4a11dcbdffc4050ed8189561c55ed /node_modules/youch/package.json | |
| download | price-tracker-worker-4e87195739f2a5d9a05451b48773c8afdc680765.tar.gz price-tracker-worker-4e87195739f2a5d9a05451b48773c8afdc680765.zip | |
Initial commit (by create-cloudflare CLI)
Diffstat (limited to 'node_modules/youch/package.json')
| -rw-r--r-- | node_modules/youch/package.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/node_modules/youch/package.json b/node_modules/youch/package.json new file mode 100644 index 0000000..216a199 --- /dev/null +++ b/node_modules/youch/package.json @@ -0,0 +1,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" +} |
