-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "athletichelper",
"version": "2.4.0",
"description": "An Unofficial Wrapper for the Athletic.net and Milesplit API",
"main": "dist/index.js",
"browser": "browser/index.js",
"types": "types/types.d.ts",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ALEXA8596/AthleticNetWrapper.git"
},
"keywords": [
"running",
"track",
"track and field",
"running",
"athletic.net",
"cross country",
"milesplit"
],
"author": "ALEXA8596",
"license": "ISC",
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"cookie": "^1.0.2",
"jsdom": "^24.1.1",
"node-fetch": "^2.7.0",
"node-html-parser": "^7.0.1",
"undici": "^6.21.3"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/preset-env": "^7.25.3",
"babel-cli": "^6.26.0"
}
}