-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1019 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
{
"name": "japari-bun-catch",
"version": "1.0.0",
"description": "A simple Kemono Friends fan game about catching falling Japari Buns and delivering them to a waiting Friend.",
"main": "index.js",
"scripts": {
"start": "webpack && sass src:app && node server.js",
"dev": "concurrently \"webpack --watch\" \"sass --watch src:app\" \"node server.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/shaunanoordin/japari-bun-catch.git"
},
"author": "Shaun A. Noordin",
"bugs": {
"url": "https://github.com/shaunanoordin/japari-bun-catch/issues"
},
"homepage": "https://github.com/shaunanoordin/japari-bun-catch#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"concurrently": "^6.2.0",
"express": "^4.17.1",
"sass": "^1.35.1",
"standard": "^16.0.3",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2"
}
}