-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "license",
"version": "1.0.3",
"main": "dist/index.js",
"author": "Ovyerus <[email protected]>",
"license": "MIT",
"description": "Easily generate licenses for your projects!",
"repository": "https://github.com/Ovyerus/license",
"bin": {
"license": "dist/cli/index.js"
},
"files": [
"dist"
],
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint --fix --ext js,ts .",
"build": "tsc -p .",
"docs": "md-magic"
},
"dependencies": {
"@ovyerus/licenses": "^6.4.4",
"configstore": "^5.0.1",
"detect-indent": "^6.0.0",
"fuzzy-search": "^3.2.1",
"git-config-path": "^2.0.0",
"parse-git-config": "^3.0.0",
"prompts": "^2.3.2",
"wrap-text": "^1.0.8",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/configstore": "^4.0.0",
"@types/fuzzy-search": "^2.1.0",
"@types/git-config-path": "^2.0.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/parse-git-config": "^3.0.0",
"@types/prompts": "^2.0.5",
"@types/yargs": "^15.0.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"eslint-config-clarity": "^0.3.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"jest": "^25.1.0",
"markdown-magic": "^1.0.0",
"metro-memory-fs": "^0.58.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
}
}