-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 828 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
{
"name": "weekday",
"version": "1.0.0",
"description": "Practice the doomsday algorithm.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zubairatif/doomsday.git"
},
"keywords": [
"doomsday",
"weekday",
"conaway"
],
"author": "Zubair Atif",
"license": "ISC",
"bugs": {
"url": "https://github.com/zubairatif/doomsday/issues"
},
"homepage": "https://github.com/zubairatif/doomsday#readme",
"devDependencies": {
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.1",
"style-loader": "^3.3.2",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
}
}