-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "new-jak-sound-tool",
"homepage": "https://himham-jak.github.io/new-jak-sound-tool/",
"version": "1.0.0",
"description": "An audio tool build in React and Express.js for editing PS2 music and sound files in browser.",
"main": "index.js",
"dependencies": {
"array-union": "^1.0.2",
"array-uniq": "^1.0.3",
"async": "^3.2.5",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"commander": "^11.1.0",
"commondir": "^1.0.1",
"concat-map": "^0.0.1",
"email-addresses": "^5.0.0",
"escape-string-regexp": "^1.0.5",
"filename-reserved-regex": "^2.0.0",
"filenamify": "^4.3.0",
"find-cache-dir": "^3.3.2",
"find-up": "^4.1.0",
"fs-extra": "^11.2.0",
"fs.realpath": "^1.0.0",
"glob": "^7.2.3",
"globby": "^6.1.0",
"graceful-fs": "^4.2.11",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"jsonfile": "^6.1.0",
"locate-path": "^5.0.0",
"make-dir": "^3.1.0",
"minimatch": "^3.1.2",
"object-assign": "^4.1.1",
"once": "^1.4.0",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"pify": "^2.3.0",
"pinkie": "^2.0.4",
"pinkie-promise": "^2.0.1",
"pkg-dir": "^4.2.0",
"semver": "^6.3.1",
"strip-outer": "^1.0.1",
"trim-repeated": "^1.0.0",
"universalify": "^2.0.1",
"wrappy": "^1.0.2",
"yarn": "^1.22.22"
},
"devDependencies": {
"gh-pages": "^6.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"keywords": [],
"author": "",
"license": "ISC"
}