-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 834 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 834 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
{
"name": "web-vitals-x",
"version": "1.0.0",
"description": "web vitals library",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learneradarsh/WebVitals.git"
},
"author": "Adarsh Pandey (https://learneradarsh.github.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/learneradarsh/WebVitals/issues"
},
"homepage": "https://github.com/learneradarsh/WebVitals#readme",
"devDependencies": {
"@types/node": "^22.10.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.0.0",
"rollup": "^4.31.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"web-vitals": "^4.2.4"
}
}