-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.49 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
{
"name": "dongnelibrary",
"engines": {
"node": ">=16.0.0"
},
"version": "0.2.3",
"description": "책을 빌릴 수 있는지 확인한다.",
"main": "src/dongnelibrary.js",
"bin": {
"dongnelibrary": "./src/cli.js"
},
"scripts": {
"test": "mocha",
"dongne": "mocha test/dongne.spec.js",
"gg": "mocha test/gg.spec.js",
"gunpo": "mocha test/gunpo.spec.js",
"hscity": "mocha test/hscity.spec.js",
"osan": "mocha test/osan.spec.js",
"snlib": "mocha test/snlib.spec.js",
"suwon": "mocha test/suwon.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afrontend/dongnelibrary.git"
},
"keywords": [
"book",
"public library",
"도서 검색",
"경기교육통합도서관",
"군포시도서관",
"성남시도서관",
"오산시도서관",
"화성시립도서관",
"수원시도서관"
],
"author": "<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/afrontend/dongnelibrary/issues"
},
"homepage": "https://github.com/afrontend/dongnelibrary#readme",
"devDependencies": {
"acorn": ">=5.7.4",
"minimist": ">=1.2.2",
"mocha": "^10.2.0"
},
"tonicExampleFilename": "src/example.js",
"dependencies": {
"async": "^2.5.0",
"colors": "^1.4.0",
"commander": "^2.11.0",
"configstore": "^4.0.0",
"figlet": "^1.2.1",
"inquirer": "^6.2.2",
"jsdom": "^21.1.1",
"lodash": "^4.17.20",
"request": "^2.73.0"
}
}