-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 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
{
"name": "@handy-common-utils/misc-utils",
"version": "1.14.0",
"description": "Miscellaneous utilities",
"scripts": {
"pretest": "eslint . --ext .ts",
"test": "nyc mocha",
"prepare": "shx rm -rf dist && tsc && es-check",
"preversion": "generate-api-docs-and-update-readme && git add README.md"
},
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@handy-common-utils/dev-dependencies-mocha": "^1.10.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.2",
"@types/lodash": "^4.17.20",
"@types/log": "^6.3.0",
"@types/node": "^16.11.12",
"fast-safe-stringify": "^2.1.1",
"lodash": "^4.17.21",
"log": "^6.3.1",
"safe-stable-stringify": "^2.4.3",
"semantic-release": "^24.2.9"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/handy-common-utils/misc-utils#readme",
"repository": {
"type": "git",
"url": "https://github.com/handy-common-utils/misc-utils.git"
},
"bugs": {
"url": "https://github.com/handy-common-utils/misc-utils/issues"
},
"keywords": [
"misc",
"utils"
],
"author": "James Hu",
"license": "Apache-2.0"
}