-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 872 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 872 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
{
"name": "fgosccalc",
"version": "1.0.0",
"description": " # fgosccalc FGOのクエスト情報戦利品の周回前後のスクショを読み取り差分を計算",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel static/js/src -d static/js/dist"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fgosc/fgosccalc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fgosc/fgosccalc/issues"
},
"homepage": "https://github.com/fgosc/fgosccalc#readme",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6"
}
}