-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 KB
/
package.json
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
44
45
46
47
{
"name": "@apaq/leap-http",
"version": "1.0.9",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"scripts": {
"test": "jest --collect-coverage",
"build": "npm test && rm -rf dist && rollup -c",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apaq/leap-http.git"
},
"author": "Apaq",
"bugs": {
"url": "https://github.com/Apaq/leap-http/issues"
},
"homepage": "https://github.com/Apaq/leap-http#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"/dist"
],
"devDependencies": {
"@types/jest": "^29.2.1",
"esbuild": "^0.14.15",
"jest": "^29.2.1",
"jest-fetch-mock": "^3.0.3",
"rollup": "^2.52.7",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.0.3",
"load-json-file": "^7.0.1",
"write-json-file": "^5.0.0"
},
"dependencies": {
"@ungap/structured-clone": "^1.0.1",
"date-fns": "^2.29.3",
"typescript": "^4.7.3"
}
}