-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "@foo-software/foo-api-client",
"version": "14.0.1",
"author": "Adam Henson <adamhenson1979@gmail.com> (https://github.com/adamhenson)",
"description": "An API client to communicate with Foo's REST API endpoints. Foo provides website quality monitoring with tools such as Lighthouse.",
"bugs": {
"url": "https://github.com/foo-software/foo-api/issues"
},
"homepage": "https://github.com/foo-software/foo-api/tree/master/packages/foo-api-client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"api",
"api client",
"npm package",
"lighthouse",
"REST",
"server",
"typescript"
],
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"prepare": "npm run clean && npm run build",
"test": "jest"
},
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/jest": "26.0.24",
"@types/node": "16.18.38",
"@types/node-fetch": "^2.5.10",
"jest": "26.6.3",
"rimraf": "^3.0.2",
"ts-jest": "26.5.5",
"typescript": "^4.9.5"
},
"gitHead": "ab16d11c6b86d413c3e200799b5b91aa62e2f98d"
}