-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.27 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 3.27 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@demonovel/db-api",
"version": "1.1.0",
"description": "",
"keywords": [
"create-by-yarn-tool"
],
"homepage": "https://github.com/demonovel/db-api#readme",
"bugs": {
"url": "https://github.com/demonovel/db-api/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demonovel/db-api.git"
},
"license": "ISC",
"author": "bluelovers",
"sideEffects": false,
"main": "index.js",
"types": "./index.d.ts",
"typings": "./index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"coverage": "yarn run test -- --coverage",
"pretest": "echo pretest",
"test": "yarn run test:jest",
"test:jest": "jest --passWithNoTests",
"test:jest:clearCache": "jest --clearCache",
"test:jest:coverage": "yarn run test:jest -- --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"install:frozenLockfile": "yarn-tool install --frozen-lockfile",
"install:resetLockfile": "yarn-tool install --reset-lockfile",
"ci:install": "yarn install --frozen-lockfile && yarn add -W yarn-tool lerna ynpx ts-node ts-jest jest typescript@next @bluelovers/jest-config",
"ci:build": "echo ci:build",
"npm:publish": "npm publish",
"npm:publish:bump": "yarn run version:bump && npm publish",
"ws:fix-all": "yarn-tool fix-all --overwriteHostedGitInfo",
"ws:fix-all:resetStaticFiles": "yarn run ws:fix-all -- --resetStaticFiles",
"preversion": "echo preversion && yarn run test",
"version": "echo version",
"version:bump": "yarn-tool version",
"postversion": "echo postversion",
"prepublish": "echo prepublish",
"prepare": "echo prepare",
"prepublishOnly": "yarn run preversion",
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepack": "echo prepack",
"pack": "echo pack",
"postpack": "echo postpack",
"publish": "echo publish",
"postpublish": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag && yarn run postpublish:git:push",
"postpublish:changelog": "ynpx --quiet @yarn-tool/changelog && git add ./CHANGELOG.md",
"postpublish:git:commit": "git commit -m \"chore(release): publish\" . & echo postpublish:git:commit",
"postpublish:git:push": "git push --follow-tags",
"postpublish:git:tag": "ynpx --quiet @yarn-tool/tag",
"postpublishOnly": "echo postpublishOnly",
"ncu": "yarn-tool ncu -u",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {
"abort-controller": "^3.0.0",
"abort-controller-timer": "^1.0.19",
"bluebird": "^3.7.2",
"cross-fetch": "^4.0.0",
"hash-sum": "^2.0.0",
"http-proxy-agent": "^7.0.0",
"is-error-code": "^1.0.0",
"ts-type": "^3.0.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.34",
"@types/bluebird": "^3.5.39",
"@types/hash-sum": "^1.0.0",
"@types/http-proxy-agent": "^4.0.1",
"@types/jest": "^29.5.5",
"@types/node": "*",
"@types/node-fetch": "^2.6.6",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
},
"packageManager": "yarn@1.22.19",
"publishConfig": {
"access": "public"
},
"gitHead": "095efb01fecef1bc26af7c52e0b46de9d70b57e8"
}