-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "@mangotreedev/cookie-monster",
"version": "3.0.1",
"description": "Simply, easily, hilariously handle your cookies.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mangotreedev/cookie-monster.git"
},
"author": "Sy Rashid <sy.rashid.11@gmail.com>",
"license": "MIT",
"keywords": [
"cookie",
"cookie monster",
"browser cookies",
"simple",
"lightweight"
],
"bugs": {
"url": "https://github.com/mangotreedev/cookie-monster/issues"
},
"homepage": "https://github.com/mangotreedev/cookie-monster#readme",
"scripts": {
"start": "webpack serve --config ./webpack.config.js --mode development",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 0"
},
"type": "module",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"babel-loader": "^8.2.5",
"jest": "^28.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2"
}
}