-
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) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 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
{
"name": "@ridetracker/ridetrackerclient",
"description": "A TypeScript package to provide a low-level API client for the RideTrackerService.",
"version": "0.9.85",
"author": "Nora Söderlund",
"license": "UNLICENSED",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"test": "npx jest --passWithNoTests",
"docs": "npx typedoc src/index.ts"
},
"devDependencies": {
"@ridetracker/ridetrackertypes": "^0.9.7",
"@types/jest": "^29.5.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"homepage": "https://github.com/RideTracker/RideTrackerClient#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/RideTracker/RideTrackerClient.git"
},
"bugs": {
"url": "https://github.com/RideTracker/RideTrackerClient/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@ridetracker/authclient": "^0.9.5"
}
}