UNPKG

1.92 kBJSONView Raw
1{
2 "author": {
3 "email": "gajus@gajus.com",
4 "name": "Gajus Kuizinas",
5 "url": "http://gajus.com"
6 },
7 "ava": {
8 "extensions": [
9 "ts"
10 ],
11 "files": [
12 "test/roarr/**/*"
13 ],
14 "require": [
15 "ts-node/register/transpile-only"
16 ]
17 },
18 "browser": "./dist/src/browser.js",
19 "dependencies": {
20 "boolean": "^3.1.4",
21 "fast-json-stringify": "^2.7.10",
22 "fast-printf": "^1.6.9",
23 "fast-safe-stringify": "^2.1.1",
24 "globalthis": "^1.0.2",
25 "semver-compare": "^1.0.0"
26 },
27 "description": "JSON logger for Node.js and browser.",
28 "devDependencies": {
29 "@istanbuljs/nyc-config-typescript": "^1.0.1",
30 "@types/globalthis": "^1.0.1",
31 "@types/json-stringify-safe": "^5.0.0",
32 "@types/node": "^16.10.9",
33 "@types/semver-compare": "^1.0.1",
34 "@types/sinon": "^10.0.4",
35 "ava": "^3.15.0",
36 "benchmark": "^2.1.4",
37 "coveralls": "^3.1.1",
38 "del-cli": "^4.0.1",
39 "delay": "^5.0.0",
40 "domain-parent": "^1.0.0",
41 "eslint": "^7.32.0",
42 "eslint-config-canonical": "^28.0.0",
43 "gitdown": "^3.1.4",
44 "husky": "^7.0.4",
45 "nyc": "^15.1.0",
46 "semantic-release": "^18.0.0",
47 "sinon": "^11.1.2",
48 "ts-node": "^10.3.0",
49 "typescript": "^4.4.4"
50 },
51 "engines": {
52 "node": ">=12.0"
53 },
54 "keywords": [
55 "log",
56 "logger",
57 "json"
58 ],
59 "license": "BSD-3-Clause",
60 "main": "./dist/src/Roarr.js",
61 "name": "roarr",
62 "repository": {
63 "type": "git",
64 "url": "git@github.com:gajus/roarr.git"
65 },
66 "scripts": {
67 "benchmark": "ROARR_LOG=true ts-node --transpile-only test/benchmark.ts",
68 "build": "del-cli ./dist && tsc",
69 "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
70 "dev": "tsc --watch",
71 "lint": "eslint ./src ./test && tsc --noEmit",
72 "test": "NODE_ENV=test ava --serial --verbose"
73 },
74 "typings": "./dist/src/Roarr.d.ts",
75 "version": "7.13.0"
76}