forked from NestIntro/MagicConch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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
{
"name": "magic-conch-soragodong",
"version": "1.0.8",
"description": "풀리지 않는 문제가 있다면 마법의 소라고동에게 물어보세요",
"type": "module",
"main": "index.js",
"scripts": {
"webpack": "webpack",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "shipjs prepare",
"conch": "node ./node_modules/magic-conch-soragodong/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NestIntro/MagicConch.git"
},
"keywords": [
"node",
"magicconch",
"magic-conch",
"magic_conch",
"spongebob",
"spongebob-squarepants",
"spongebob-squarePants",
"spongebob_squarepants"
],
"author": "happygimy97@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/NestIntro/MagicConch/issues"
},
"homepage": "https://github.com/NestIntro/MagicConch#readme",
"dependencies": {
"chalk": "^5.3.0",
"chalk-rainbow": "^1.0.0",
"commander": "^11.0.0",
"readline": "^1.3.0",
"util": "^0.12.5"
},
"devDependencies": {
"shipjs": "0.26.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}