-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 932 Bytes
/
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
{
"name": "@feconfkr/commandline",
"version": "1.0.0",
"description": "FEConf2020 Pop Quiz 당첨자 선정 script",
"scripts": {
"start:2020-popquiz": "ts-node ./src/command/popquiz.ts",
"test": "jest",
"lint": "eslint -c .eslintrc 'src/**/*.ts' --fix"
},
"keywords": [
"feconf"
],
"author": "Jbee",
"license": "MIT",
"dependencies": {
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.164",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"chalk": "^4.1.0",
"csv-parser": "^2.3.3",
"csvtojson": "^2.0.10",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"fs-extra": "^9.0.1",
"jest": "^26.6.1",
"lodash": "^4.17.20",
"prettier": "^2.1.2",
"ts-jest": "^26.4.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
}
}