-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1003 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1003 Bytes
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
{
"name": "muntahacache",
"version": "1.1.6",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "rimraf dist && tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"cache",
"local-storage",
"session-storage",
"typescript",
"utility"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jsdev-robin/MuntahaCache.git"
},
"author": "jsdev.robin@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsdev-robin/MuntahaCache/issues"
},
"homepage": "https://github.com/jsdev-robin/MuntahaCache#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
}