-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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": "@blackprint/cli-tools",
"description": "Blackprint CLI tools",
"version": "0.3.31",
"author": "ScarletsFiction",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Blackprint/cli-tools.git"
},
"bugs": {
"url": "https://github.com/Blackprint/cli-tools/issues"
},
"bin": {
"blackprint": "./cli.js"
},
"main": "index.js",
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/parser": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/preset-env": "^7.23.9",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"gulp": "^4.0.2",
"inquirer": "^9.2.14",
"replace-in-file": "^6.3.5",
"scarletsframe-compiler": "~0.7.1",
"vinyl": "^3.0.0",
"yargs": "^17.7.2"
},
"overrides": {
"chokidar": ">=3.0.0",
"anymatch": ">=3.0.0",
"glob-parent@<5.1.2": ">=5.1.2",
"minimist@<1.2.6": ">=1.2.6",
"nanoid@>=3.0.0 <3.1.31": ">=3.1.31",
"follow-redirects@<1.14.8": ">=1.14.8",
"node-sass@>=2.0.0 <9.0.0": ">=9.0.0",
"path-parse@<1.0.7": ">=1.0.7",
"socket.io-parser@<3.3.2": ">=3.3.2",
"postcss@>=7.0.0 <7.0.36": ">=7.0.36",
"hosted-git-info@<2.8.9": ">=2.8.9",
"engine.io@<4.0.0": ">=4.0.0",
"copy-props@<2.0.5": ">=2.0.5",
"ini@<1.3.6": ">=1.3.6",
"postcss@<7.0.36": ">=7.0.36",
"y18n@=4.0.0": ">=4.0.1",
"y18n@<3.2.2": ">=3.2.2",
"vinyl@<3.0.0": ">=3.0.0",
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"axios@<0.21.2": ">=0.21.2",
"tar@>=6.0.0 <6.1.9": ">=6.1.9",
"json-schema@<0.4.0": ">=0.4.0",
"nth-check@<2.0.1": ">=2.0.1",
"socket.io-parser@>=4.0.0 <4.2.1": ">=4.2.1"
},
"keywords": [
"blackprint"
]
}