|
1 | 1 | {
|
2 |
| - "name": "cosmere", |
3 |
| - "version": "0.14.1", |
4 |
| - "description": "Sync your markdown files to confluence.", |
5 |
| - "main": "dist/index.js", |
6 |
| - "bin": { |
7 |
| - "cosmere": "bin/cosmere" |
8 |
| - }, |
9 |
| - "engines": { |
10 |
| - "node": ">=8" |
11 |
| - }, |
12 |
| - "engineStrict": true, |
13 |
| - "files": [ |
14 |
| - "dist", |
15 |
| - "bin" |
16 |
| - ], |
17 |
| - "repository": { |
18 |
| - "type": "git", |
19 |
| - "url": "git+https://github.com/mihaeu/cosmere.git" |
20 |
| - }, |
21 |
| - "scripts": { |
22 |
| - "start": "npm run watch", |
23 |
| - "build": "tsc", |
24 |
| - "watch": "tsc --watch", |
25 |
| - "fix": "prettier --write src/*.ts", |
26 |
| - "release": "tsc && np --help", |
27 |
| - "test": "jest" |
28 |
| - }, |
29 |
| - "keywords": [ |
30 |
| - "confluence", |
31 |
| - "sync confluence", |
32 |
| - "update page confluence", |
33 |
| - "update confluence", |
34 |
| - "readme to confluence", |
35 |
| - "page confluence", |
36 |
| - "convert markdown", |
37 |
| - "markdown", |
38 |
| - "markdown wiki" |
39 |
| - ], |
40 |
| - "jest": { |
41 |
| - "preset": "ts-jest", |
42 |
| - "collectCoverage": true, |
43 |
| - "testMatch": [ |
44 |
| - "**/tests/**/*.test.ts" |
| 2 | + "name": "cosmere", |
| 3 | + "version": "0.15.0", |
| 4 | + "description": "Sync your markdown files to confluence.", |
| 5 | + "main": "dist/index.js", |
| 6 | + "bin": { |
| 7 | + "cosmere": "bin/cosmere" |
| 8 | + }, |
| 9 | + "engines": { |
| 10 | + "node": ">=8" |
| 11 | + }, |
| 12 | + "engineStrict": true, |
| 13 | + "files": [ |
| 14 | + "dist", |
| 15 | + "bin" |
45 | 16 | ],
|
46 |
| - "collectCoverageFrom": [ |
47 |
| - "**/*.ts" |
48 |
| - ] |
49 |
| - }, |
50 |
| - "authors": [ |
51 |
| - "Michael Haeuslmann <michael.haeuslmann@gmail.com> (https://github.com/mihaeu)" |
52 |
| - ], |
53 |
| - "license": "MIT", |
54 |
| - "bugs": { |
55 |
| - "url": "https://github.com/mihaeu/cosmere/issues" |
56 |
| - }, |
57 |
| - "homepage": "https://mihaeu.github.io/cosmere/", |
58 |
| - "devDependencies": { |
59 |
| - "@types/inquirer": "^6.5.0", |
60 |
| - "@types/jest": "^27.4.0", |
61 |
| - "@types/marked": "^0.7.1", |
62 |
| - "@types/node": "^12.12.7", |
63 |
| - "@types/signale": "^1.2.1", |
64 |
| - "jest": "^26.6.3", |
65 |
| - "np": "^7.4.0", |
66 |
| - "prettier": "^1.19.1", |
67 |
| - "ts-jest": "^26.4.4", |
68 |
| - "typescript": "^3.7.2" |
69 |
| - }, |
70 |
| - "dependencies": { |
71 |
| - "axios": "^0.21.1", |
72 |
| - "axios-file": "^1.0.16", |
73 |
| - "docopt": "^0.6.2", |
74 |
| - "inquirer": "6.2.1", |
75 |
| - "marked": "^0.3.2", |
76 |
| - "signale": "^1.4.0" |
77 |
| - }, |
78 |
| - "prettier": { |
79 |
| - "trailingComma": "all", |
80 |
| - "tabWidth": 4, |
81 |
| - "printWidth": 120 |
82 |
| - } |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "git+https://github.com/mihaeu/cosmere.git" |
| 20 | + }, |
| 21 | + "scripts": { |
| 22 | + "start": "npm run watch", |
| 23 | + "build": "tsc", |
| 24 | + "watch": "tsc --watch", |
| 25 | + "fix": "prettier --write src/*.ts", |
| 26 | + "release": "tsc && np --help", |
| 27 | + "test": "jest" |
| 28 | + }, |
| 29 | + "keywords": [ |
| 30 | + "confluence", |
| 31 | + "sync confluence", |
| 32 | + "update page confluence", |
| 33 | + "update confluence", |
| 34 | + "readme to confluence", |
| 35 | + "page confluence", |
| 36 | + "convert markdown", |
| 37 | + "markdown", |
| 38 | + "markdown wiki" |
| 39 | + ], |
| 40 | + "jest": { |
| 41 | + "preset": "ts-jest", |
| 42 | + "collectCoverage": true, |
| 43 | + "testMatch": [ |
| 44 | + "**/tests/**/*.test.ts" |
| 45 | + ], |
| 46 | + "collectCoverageFrom": [ |
| 47 | + "**/*.ts" |
| 48 | + ] |
| 49 | + }, |
| 50 | + "authors": [ |
| 51 | + "Michael Haeuslmann <michael.haeuslmann@gmail.com> (https://github.com/mihaeu)" |
| 52 | + ], |
| 53 | + "license": "MIT", |
| 54 | + "bugs": { |
| 55 | + "url": "https://github.com/mihaeu/cosmere/issues" |
| 56 | + }, |
| 57 | + "homepage": "https://mihaeu.github.io/cosmere/", |
| 58 | + "devDependencies": { |
| 59 | + "@types/inquirer": "^6.5.0", |
| 60 | + "@types/jest": "^27.4.0", |
| 61 | + "@types/marked": "^0.7.1", |
| 62 | + "@types/node": "^12.12.7", |
| 63 | + "@types/signale": "^1.2.1", |
| 64 | + "jest": "^26.6.3", |
| 65 | + "np": "^7.4.0", |
| 66 | + "prettier": "^1.19.1", |
| 67 | + "ts-jest": "^26.4.4", |
| 68 | + "typescript": "^3.7.2" |
| 69 | + }, |
| 70 | + "dependencies": { |
| 71 | + "axios": "^0.21.1", |
| 72 | + "axios-file": "^1.0.16", |
| 73 | + "docopt": "^0.6.2", |
| 74 | + "inquirer": "6.2.1", |
| 75 | + "marked": "^0.3.2", |
| 76 | + "signale": "^1.4.0" |
| 77 | + }, |
| 78 | + "prettier": { |
| 79 | + "trailingComma": "all", |
| 80 | + "tabWidth": 4, |
| 81 | + "printWidth": 120 |
| 82 | + } |
83 | 83 | }
|
0 commit comments