-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.48 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.48 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
{
"name": "@handy-common-utils/dev-dependencies-common",
"version": "1.8.0",
"description": "This package contains dependencies that are common between @handy-common-utils/dev-dependencies-common-jest and @handy-common-utils/dev-dependencies-common-mocha",
"bin": {},
"scripts": {
"test": "eslint .",
"prepare": "shx cp ../LICENSE ../tsconfig.* ../eslint.config.* ../prettier.config.* ../.prettierignore . && replace-in-file .prettierignore '# These are just example[\\x00-\\x7F]*?\\n\\n' ''"
},
"files": [
"tsconfig.*",
"eslint.config.*",
".prettierignore",
"prettier.config.*"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/handy-common-utils/dev-dependencies.git"
},
"keywords": [
"handy-common-utils",
"dev",
"dependencies"
],
"author": "James Hu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/handy-common-utils/dev-dependencies/issues"
},
"homepage": "https://github.com/handy-common-utils/dev-dependencies/common/tree/master/common#readme",
"dependencies": {
"@handy-common-utils/dev-utils": "^1.8.0",
"es-check": "^9.4.5",
"eslint": "^9.34.0",
"eslint-config-sensible-prettier-typescript": "^1.7.9",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"npm-run-all": "^4.1.5",
"shx": "^0.4.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"wait-on": "^9.0.3"
}
}