-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 871 Bytes
/
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
{
"name": "cachifyjs",
"version": "2.3.10",
"type": "module",
"description": "CachifyJS is a js package to cache api responses and call them automagically and repeatedly. That can be controlled by parameters.",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mohammad1745/cachifyjs.git"
},
"keywords": [
"cachify",
"cache",
"API",
"local storage",
"frontend",
"performance",
"axios",
"encryption"
],
"author": "Mohammad Ali",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mohammad1745/cachifyjs/issues"
},
"homepage": "https://github.com/Mohammad1745/cachifyjs#readme",
"dependencies": {
"axios": "^1.4.0",
"crypto-js": "^4.1.1"
}
}