-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 938 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 938 Bytes
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
{
"name": "stacklyn",
"description": "Turn JavaScript stack traces into structured data.",
"version": "1.2.0",
"homepage": "https://github.com/stacklynjs/stacklyn#readme",
"license": "Apache-2.0",
"main": "./stacklyn.js",
"exports": {
"import": "./stacklyn.mjs",
"require": "./stacklyn.js"
},
"browser": "./dist/stacklyn.min.js",
"bugs": {
"url": "https://github.com/stacklynjs/stacklyn/issues",
"email": "stacklynjs@proton.me"
},
"author": {
"name": "DocToon",
"url": "https://github.com/doctoon"
},
"repository": {
"type": "git",
"url": "https://github.com/stacklynjs/stacklyn.git"
},
"keywords": [
"stacktrace",
"parse",
"stacktrace-parser",
"stacklyn",
"error",
"stack",
"error-stack"
],
"scripts": {
"build": "node build.js"
}
}