-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 802 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
{
"name": "@mntm/sentry",
"version": "0.2.0",
"author": {
"name": "Anton Petrov",
"email": "im@petrov.engineer",
"url": "https://petrov.engineer"
},
"description": "A drop-in replacement for Sentry client.",
"license": "MIT",
"keywords": [
"sentry"
],
"homepage": "https://github.com/maxi-team/sentry",
"bugs": "https://github.com/maxi-team/sentry",
"repository": {
"type": "git",
"url": "https://github.com/maxi-team/sentry.git"
},
"type": "module",
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"prebuild": "shx rm -rf lib",
"build": "tsc"
},
"devDependencies": {
"@mntm/eslint-config": "^0.4.3",
"eslint": "^7.32.0",
"shx": "^0.3.3",
"typescript": "^4.4.3"
}
}