UNPKG

3.29 kBJSONView Raw
1{
2 "name": "@qiwi/semantic-release-gh-pages-plugin",
3 "version": "5.2.4",
4 "private": false,
5 "publishConfig": {
6 "access": "public"
7 },
8 "description": "gh-pages publishing plugin for semantic-release",
9 "keywords": [
10 "gh-pages",
11 "ghpages",
12 "github pages",
13 "semantic-release",
14 "semantic release"
15 ],
16 "main": "target/es5/index.js",
17 "types": "typings/index.d.ts",
18 "typescript": {
19 "definition": "typings/index.d.ts"
20 },
21 "scripts": {
22 "clean": "rimraf target flow-typed typings docs coverage",
23 "lint": "eslint src/**/*.ts",
24 "lint:fix": "yarn lint --fix",
25 "test": "npm-run-all -p -l lint test:unit test:depcheck",
26 "test:unit": "jest --config=jest.config.json --detectOpenHandles --forceExit",
27 "test:deps": "npm-run-all -p -l test:depcheck test:depaudit",
28 "test:depcheck": "npx depcheck --ignores typedoc,tslib,@swissquote/crafty-preset-jest,@types/jest,semantic-release",
29 "test:depaudit": "yarn audit --level=moderate --groups=dependencies; [[ $? -ge 4 ]] && exit 1 || exit 0",
30 "test:depauditfix": "npm_config_yes=true npx yarn-audit-fix --audit-level=moderate",
31 "test:report": "yarn test && yarn coveralls:push",
32 "build": "yarn clean && npm-run-all -p -l build:es5 build:es6 build:ts build:libdef docs",
33 "build:es5": "mkdirp target/es5 && tsc -p tsconfig.es5.json",
34 "build:es6": "mkdirp target/es6 && tsc -p tsconfig.es6.json",
35 "build:ts": "cpy src/main/ts/ target/ts/ --flat",
36 "build:libdef": "libdefkit --tsconfig=tsconfig.es5.json --tsconfig=tsconfig.es6.json",
37 "coveralls:push": "cat ./coverage/lcov.info | coveralls || exit 0",
38 "docs": "typedoc src/main/ts",
39 "postupdate": "yarn && npm_config_yes=true npx yarn-audit-fix && yarn test:deps && yarn build && yarn test",
40 "publish:beta": "npm publish --no-git-tag-version --tag beta"
41 },
42 "files": [
43 "README.md",
44 "CHANGELOG.md",
45 "target",
46 "typings",
47 "flow-typed"
48 ],
49 "resolutions": {
50 "**/postcss": "^8.4.13",
51 "**/globby/fast-glob": "^3.2.11",
52 "**/glob-parent": "^6.0.2"
53 },
54 "dependencies": {
55 "@types/debug": "^4.1.7",
56 "@types/git-url-parse": "^9.0.1",
57 "@types/semantic-release": "^17.2.3",
58 "@types/gh-pages": "^3.2.1",
59 "@types/lodash": "^4.14.182",
60 "@qiwi/substrate": "^1.20.12",
61 "aggregate-error": "^3.1.0",
62 "debug": "^4.3.4",
63 "execa": "^5.1.1",
64 "gh-pages": "^5.0.0",
65 "git-url-parse": "^12.0.0",
66 "lodash": "^4.17.21",
67 "queuefy": "^1.1.5",
68 "read-pkg": "^5.2.0",
69 "then-request": "^6.0.2",
70 "tslib": "^2.4.0"
71 },
72 "devDependencies": {
73 "@qiwi/libdefkit": "5.0.0",
74 "@qiwi/npm-run-all": "^4.1.7",
75 "@types/jest": "^29.0.0",
76 "coveralls": "^3.1.1",
77 "jest": "^29.0.0",
78 "cpy-cli": "^4.1.0",
79 "mkdirp": "^1.0.4",
80 "rimraf": "^3.0.2",
81 "ts-jest": "^29.0.0",
82 "eslint": "^8.15.0",
83 "eslint-config-prettier": "^8.5.0",
84 "eslint-config-qiwi": "^1.17.1",
85 "typedoc": "^0.23.0",
86 "typescript": "4.9.4"
87 },
88 "repository": {
89 "type": "git",
90 "url": "https://github.com/qiwi/semantic-release-gh-pages-plugin.git"
91 },
92 "bugs": {
93 "url": "https://github.com/qiwi/semantic-release-gh-pages-plugin/issues"
94 },
95 "author": "Anton Golub <mailbox@antongolub.ru>",
96 "license": "MIT"
97}