forked from leegeunhyeok/school-kr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) ยท 1.3 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
{
"name": "school-kr",
"version": "3.1.2",
"description": "Node.js ๊ธฐ๋ฐ ์ ๊ตญ ๊ต์ก์ฒญ์ ๊ธ์, ํ์ฌ์ผ์ API ๋ผ์ด๋ธ๋ฌ๋ฆฌ",
"main": "./dist/entry.js",
"types": "./index.d.ts",
"engines": {
"node": ">= 7.0.0"
},
"scripts": {
"dev": "npx babel-node index.js",
"build": "npx babel . --ignore node_modules --ignore sample --ignore test -d dist/",
"test": "npx babel-node sample/sample.js",
"lint": "eslint ."
},
"remarkConfig": {
"plugins": [
[
"no-duplicate-headings",
false
],
[
"table-pipe-alignment",
false
],
[
"list-item-indent",
false
]
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/leegeunhyeok/school-kr.git"
},
"keywords": [
"school",
"meal",
"calendar"
],
"author": "Leegeunhyeok",
"license": "MIT",
"bugs": {
"url": "https://github.com/leegeunhyeok/school-kr/issues"
},
"homepage": "https://github.com/leegeunhyeok/school-kr#readme",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/node": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"prettier": "^2.2.1"
}
}