|
8 | 8 | "description": "Buildstamp",
|
9 | 9 | "source": "src/main/ts/index.ts",
|
10 | 10 | "main": "target/es5/index.js",
|
11 |
| - "types": "target/es5/index.d.ts", |
| 11 | + "types": "typings/index.d.ts", |
12 | 12 | "typescript": {
|
13 |
| - "definition": "target/es5/index.d.ts" |
| 13 | + "definition": "typings/index.d.ts" |
14 | 14 | },
|
15 | 15 | "scripts": {
|
16 | 16 | "lint": "eslint src/**/*.ts",
|
|
21 | 21 | "build:es5": "mkdirp target/es5 && tsc -p tsconfig.es5.json",
|
22 | 22 | "build:es6": "mkdirp target/es6 && tsc -p tsconfig.es6.json",
|
23 | 23 | "build:ts": "cp -r src/main/ts/ target/ts/",
|
24 |
| - "build:libdef": "dts-generator --project ./ --out typings/index.d.ts --prefix buildstamp/target/es5 --name buildstamp --main buildstamp/target/es5/index --moduleResolution node && libdeffix --dts=./typings/index.d.ts --prefix=buildstamp/target/es5 && flowgen typings/index.d.ts --output-file flow-typed/index.flow.js", |
| 24 | + "build:libdef": "libdefkit --tsconfig=tsconfig.es5.json --tsconfig=tsconfig.es6.json", |
25 | 25 | "test:report": "yarn test && yarn push:report",
|
26 | 26 | "push:report": "yarn coveralls:push",
|
27 | 27 | "coveralls:push": "cat ./coverage/lcov.info | coveralls || exit 0",
|
|
48 | 48 | "author": "Anton Golub <[email protected]>",
|
49 | 49 | "license": "MIT",
|
50 | 50 | "devDependencies": {
|
51 |
| - "@qiwi/libdefkit": "^1.1.0", |
| 51 | + "@qiwi/libdefkit": "^2.0.1", |
52 | 52 | "@qiwi/license": "^1.1.3",
|
53 | 53 | "@qiwi/semantic-release-gh-pages-plugin": "^4.0.3",
|
54 | 54 | "@semantic-release/changelog": "^5.0.1",
|
55 | 55 | "@semantic-release/git": "^9.0.0",
|
56 |
| - "@semantic-release/github": "^7.0.7", |
57 |
| - "@semantic-release/npm": "^7.0.5", |
| 56 | + "@semantic-release/github": "^7.1.1", |
| 57 | + "@semantic-release/npm": "^7.0.6", |
58 | 58 | "@swissquote/crafty-preset-jest": "^1.12.0",
|
59 |
| - "@types/jest": "^26.0.13", |
| 59 | + "@types/jest": "^26.0.14", |
60 | 60 | "@types/mkdirp": "^1.0.1",
|
61 |
| - "@types/node": "^14.6.4", |
| 61 | + "@types/node": "^14.11.2", |
62 | 62 | "@types/rimraf": "^3.0.0",
|
63 |
| - "@typescript-eslint/eslint-plugin": "^4.0.1", |
64 |
| - "@typescript-eslint/parser": "^4.0.1", |
| 63 | + "@typescript-eslint/eslint-plugin": "^4.2.0", |
| 64 | + "@typescript-eslint/parser": "^4.2.0", |
65 | 65 | "coveralls": "^3.1.0",
|
66 |
| - "eslint": "^7.8.1", |
| 66 | + "eslint": "^7.9.0", |
67 | 67 | "eslint-config-qiwi": "^1.7.0",
|
68 | 68 | "jest": "^26.4.2",
|
69 |
| - "prettier": "^2.1.1", |
| 69 | + "prettier": "^2.1.2", |
70 | 70 | "rimraf": "^3.0.2",
|
71 |
| - "semantic-release": "^17.1.1", |
72 |
| - "terser": "^5.3.0", |
73 |
| - "ts-jest": "^26.3.0", |
| 71 | + "semantic-release": "^17.1.2", |
| 72 | + "terser": "^5.3.2", |
| 73 | + "ts-jest": "^26.4.0", |
74 | 74 | "tslint-config-qiwi": "^1.5.0",
|
75 |
| - "typedoc": "^0.19.1", |
| 75 | + "typedoc": "^0.19.2", |
76 | 76 | "typedoc-plugin-external-module-name": "^4.0.3",
|
77 |
| - "typescript": "4.0.2" |
| 77 | + "typescript": "4.0.3" |
78 | 78 | },
|
79 | 79 | "dependencies": {
|
80 | 80 | "find-git-root": "^1.0.4",
|
|
0 commit comments