forked from inikulin/callsite-record
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 KB
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
{
"name": "@devexpress/callsite-record",
"version": "4.1.7",
"description": "Create fancy log entries for errors and function call sites.",
"main": "lib/index.js",
"files": [
"lib"
],
"typings": "lib/index.d.ts",
"scripts": {
"test": "eslint lib test && mocha --color",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inikulin/source-frame.git"
},
"keywords": [
"source",
"code",
"frame",
"stack",
"callstack",
"call",
"source-code"
],
"author": "Ivan Nikulin (ifaaan@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/inikulin/source-frame/issues"
},
"homepage": "https://github.com/inikulin/source-frame#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@testcafe/publish-please": "^5.6.0",
"eslint": "^8.46.0",
"mocha": "^10.2.0"
},
"dependencies": {
"@types/lodash": "^4.14.72",
"callsite": "^1.0.0",
"chalk": "^2.4.0",
"error-stack-parser": "^2.1.4",
"highlight-es": "^1.0.0",
"lodash": "^4.17.21",
"pinkie-promise": "^2.0.0"
}
}