-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.8 KB
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
63
64
65
66
67
68
69
{
"name": "trgkanki-template-cli",
"version": "1.4.0",
"description": "scripts for trgkanki/addon-template",
"bin": "./cli-bin.js",
"keywords": [
"anki",
"generator"
],
"repository": {
"type": "git",
"url": "https://github.com/trgkanki/trgkanki-template-cli"
},
"scripts": {
"prepublishOnly": "tsc",
"dev": "tsc --watch",
"prepare": "husky install"
},
"homepage": "https://github.com/trgkanki/trgkanki-template-cli",
"bugs": {
"url": "https://github.com/trgkanki/trgkanki-template-cli/issues",
"email": "phu54321@naver.com"
},
"author": "Hyun Woo Park",
"license": "AGPL3",
"files": [
"dist",
"LICENSE",
"README.md"
],
"dependencies": {
"cli-spinner": "^0.2.10",
"date-fns": "^2.29.3",
"git-branch-is": "^4.0.0",
"jszip": "^3.10.1",
"marked": "^4.2.5",
"natural-compare-lite": "^1.4.0",
"semver-compare": "^1.0.0",
"simple-git": "^3.15.1",
"symlink-dir": "^5.1.0",
"tmp": "^0.2.1",
"utc-version": "^2.0.2",
"uuid": "^9.0.0",
"walkdir": "^0.4.1"
},
"devDependencies": {
"@types/cli-spinner": "^0.2.1",
"@types/git-branch-is": "^4.0.2",
"@types/marked": "^4.0.8",
"@types/natural-compare-lite": "^1.4.0",
"@types/node": "^18.11.18",
"@types/semver-compare": "^1.0.1",
"@types/shelljs": "^0.8.11",
"@types/tmp": "^0.2.3",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"husky": "^8.0.0",
"lint-staged": "^13.1.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4"
}
}