-
Notifications
You must be signed in to change notification settings - Fork 28
/
.yo-rc.json
111 lines (111 loc) · 5.39 KB
/
.yo-rc.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"generator-tsmod": {
"addedFilesSafe": {
".eslintrc.js": "661c7c22fbe2a894f22ac1e32568d3faa6f760c3",
"docs/.vuepress/config.js": "88d80937f65fd1a32bda8b35ca3a5101cbaf4f8c",
"docs/nav.01.guide/guide--nc/usage.md": "436ec15d007cdd6899ec19dc1036bc01df6b3b9b",
"docs/nav.02.api/01.typedoc-iframe.md": "de3fe9eeebedcc31abeef79c3e2eb9ad8b19ac5b",
"jest.config.js": "0bd134f06add10c42a03e4b115aef2a323e4b136",
"lint-staged.config.js": "cbb09ecb17251589a793f69fea1a59c20f82a2c5",
"prettier.config.js": "2339672f6e5b8d3aeebe63b98613dca158b8b650",
"tsconfig.json": "86c1ebbd8975dcf218636f0a737b1bb310c2fd9a"
},
"createdDirs": ["module-files", ".github", ".husky"],
"addedData": {
"package.json": {
"safe": {
"author.email": "[email protected]",
"author.name": "Özüm Eldoğan",
"author.url": "https://www.ozum.net/",
"bugs": "https://github.com/ozum/pg-structure/issues",
"engines.node": ">= 14.0.0",
"files": ["dist", "!dist/**/@(*.spec|*.test)*", "!dist/**/__test__", "module-files"],
"main": "dist/index.js",
"repository": "ozum/pg-structure",
"scripts.build": "tsc",
"scripts.docs:build": "npm run tsmod vuepress-api && NODE_ENV=production vuepress build docs",
"scripts.docs:dev": "npm run tsmod vuepress-api && vuepress dev docs",
"scripts.execute": "ts-node --transpile-only --compiler-options '{ \"module\": \"commonjs\" }'",
"scripts.format": "prettier . --write",
"scripts.lint": "eslint --ignore-path .gitignore --cache --max-warnings 0 --ext js,jsx,ts,tsx,vue --fix .",
"scripts.postinstall": "is-ci || husky install",
"scripts.postpublish": "pinst --enable",
"scripts.prebuild": "not-sync dist",
"scripts.preinstall": "npx not-sync node_modules",
"scripts.prepublishOnly": "pinst --disable",
"scripts.pretest": "not-sync coverage",
"scripts.readme": "node module-files/scripts/tsmod.js readme",
"scripts.release": "npm run readme && git pull && git add -A && git commit && git push --follow-tags",
"scripts.test": "jest --coverage",
"scripts.tsmod": "node module-files/scripts/tsmod.js",
"scripts.watch": "ts-node-dev --no-notify --respawn --transpile-only --compiler-options '{ \"module\": \"commonjs\" }'",
"scripts.yo:update": "yo tsmod:uninstall --no-install --force && yo 'tsmod' '--vuepress' '--github-workflow' 'pg'",
"types": "dist/index.d.ts"
},
"normal": {
"devDependencies.@commitlint/cli": "^12.0.1",
"devDependencies.@commitlint/config-conventional": "^12.0.1",
"devDependencies.@ozum/pinst": "^2.1.4",
"devDependencies.@types/jest": "^26.0.20",
"devDependencies.@types/node": "^14.14.31",
"devDependencies.@typescript-eslint/eslint-plugin": "^5.40.0",
"devDependencies.@typescript-eslint/parser": "^5.40.0",
"devDependencies.@vuepress/plugin-active-header-links": "^1.8.2",
"devDependencies.@vuepress/plugin-google-analytics": "^1.8.2",
"devDependencies.@vuepress/plugin-pwa": "^1.8.2",
"devDependencies.commitizen": "^4.2.3",
"devDependencies.concat-md": "^0.3.5",
"devDependencies.eslint": "^7.20.0",
"devDependencies.eslint-config-airbnb-base": "^14.1.0",
"devDependencies.eslint-config-prettier": "^8.1.0",
"devDependencies.eslint-plugin-import": "^2.22.0",
"devDependencies.eslint-plugin-jest": "^24.1.5",
"devDependencies.eslint-plugin-prettier": "^3.3.1",
"devDependencies.husky": "^5.0.9",
"devDependencies.is-ci": "^3.0.0",
"devDependencies.jest": "^26.6.3",
"devDependencies.lint-staged": "^10.5.4",
"devDependencies.not-sync": "^1.4.1",
"devDependencies.npm-run-all": "^4.1.5",
"devDependencies.prettier": "^2.2.1",
"devDependencies.readmeasy": "^0.2.7",
"devDependencies.ts-jest": "^26.5.1",
"devDependencies.ts-node-dev": "^1.1.1",
"devDependencies.typedoc": "^0.23.16",
"devDependencies.typedoc-neo-theme": "^1.1.0",
"devDependencies.typedoc-plugin-example-tag": "^1.0.2",
"devDependencies.typedoc-plugin-markdown": "^3.13.6",
"devDependencies.typedoc-plugin-param-names": "^2.0.0",
"devDependencies.typescript": "^4.1.5",
"devDependencies.vuepress": "^1.8.2",
"devDependencies.vuepress-bar": "^0.3.5",
"devDependencies.walkdir": "^0.4.1"
}
}
},
"addedFiles": [
".commitlintrc",
".czrc",
".editorconfig",
".gitattributes",
".github/workflows/main.yml",
".husky/.gitignore",
".husky/_/husky.sh",
".husky/commit-msg",
".husky/pre-commit",
".husky/prepare-commit-msg",
".prettierignore",
"LICENSE",
"module-files/configs/.eslintrc.js",
"module-files/configs/jest.config.js",
"module-files/configs/lint-staged.config.js",
"module-files/configs/prettier.config.js",
"module-files/configs/tsconfig.json",
"module-files/configs/vuepress-config.js",
"module-files/scripts/tsmod.js",
"module-files/template-partials/installation",
"module-files/vuepress/01.typedoc-iframe.md",
"test/tsconfig.json"
]
}
}