-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 785 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
{
"type": "module",
"name": "@signpostmarv/setup-performance-observer",
"description": "assistance in setting up PerformanceObserver",
"license": "Apache-2.0",
"keywords": [
"PerformanceObserver"
],
"repository": {
"type": "git",
"url": "git+https://github.com/satisfactory-dev/setup-PerformanceObserver.git"
},
"funding": "https://github.com/satisfactory-dev/setup-PerformanceObserver?sponsor=1",
"exports": "./src/Setup.js",
"types": "./src/Setup.d.ts",
"devDependencies": {
"@signpostmarv/eslint-config": "^0.2.0",
"@types/eslint": "^9.6.0",
"@types/node": "^20.14.9",
"c8": "^10.1.2",
"eslint": "^9.9.1",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "~5.5.2",
"typescript-eslint": "^8.2.0"
}
}