-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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": "@simpletech/pnp-idb-cache",
"version": "1.1.1",
"description": "Custom caching function for the PnP v3 request caching with the help indexeddb",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json --coverage",
"tsc-build": "tsc",
"build": "gulp"
},
"keywords": [
"indexeddb spfx",
"pnp caching",
"@pnp/queryable/caching",
"PnP custom caching",
"PnPJS V3"
],
"author": "Nithin C Valappil",
"license": "MIT",
"devDependencies": {
"@types/jest": "^28.1.6",
"gulp": "4.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"dependencies": {
"@pnp/core": "^3.5.1",
"@pnp/queryable": "^3.5.1",
"idb-keyval": "^6.2.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nithincvpoyyil/PnPIDBCache.git"
},
"bugs": {
"url": "https://github.com/nithincvpoyyil/PnPIDBCache/issues"
},
"homepage": "https://github.com/nithincvpoyyil/PnPIDBCache#readme"
}