-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 861 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
36
37
38
39
40
{
"name": "mastak",
"version": "1.1.4",
"keywords": [
"api",
"typescript",
"cache",
"in-memory",
"request",
"cache-storage",
"automated",
"in-memory-storage",
"in-memory-caching"
],
"description": "An npm module for in-memory automated API caching.",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"scripts": {
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Araekiel/mastak.git"
},
"author": "Araekiel",
"license": "MIT",
"bugs": {
"url": "https://github.com/Araekiel/mastak/issues"
},
"homepage": "https://github.com/Araekiel/mastak#readme",
"dependencies": {
"node-fetch": "^3.1.1"
},
"devDependencies": {
"@types/node-fetch": "^2.5.8",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
}
}