-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 904 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": "thejscookie",
"version": "2.0.0",
"description": "Member",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"scripts": {
"build": "tsup src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therohantomar/jsCookie.git"
},
"keywords": [
"thejsCookie",
"cookie-management",
"cookies",
"realtime",
"datastorage",
"getcookies",
"setcookies",
"removecookies",
"domcookies",
"realtimeStorage"
],
"author": "therohantomar@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/therohantomar/jsCookie/issues"
},
"homepage": "https://github.com/therohantomar/jsCookie#readme",
"devDependencies": {
"typescript": "^5.4.5"
},
"dependencies": {
"tsup": "^8.0.2"
}
}