|
1 | 1 | { |
2 | | - "private": true, |
3 | | - "name": "github-tools", |
4 | | - "version": "0.0.0", |
5 | | - "description": "GH tools for unified", |
6 | | - "license": "MIT", |
7 | | - "keywords": [], |
8 | | - "repository": "unifiedjs/github-tools", |
9 | | - "bugs": "https://github.com/unifiedjs/github-tools/issues", |
10 | 2 | "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", |
| 3 | + "bugs": "https://github.com/unifiedjs/github-tools/issues", |
11 | 4 | "contributors": [ |
12 | 5 | "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" |
13 | 6 | ], |
14 | | - "type": "module", |
15 | | - "main": "index.js", |
16 | | - "files": [ |
17 | | - "lib/", |
18 | | - "config/", |
19 | | - "index.js" |
20 | | - ], |
21 | 7 | "dependencies": { |
22 | 8 | "@octokit/graphql": "^9.0.0", |
23 | 9 | "@octokit/rest": "^22.0.0", |
|
35 | 21 | "parse-author": "^2.0.0", |
36 | 22 | "trough": "^2.0.0" |
37 | 23 | }, |
| 24 | + "description": "GH tools for unified", |
38 | 25 | "devDependencies": { |
39 | 26 | "@types/arr-diff": "^4.0.0", |
40 | 27 | "@types/atob": "^2.0.0", |
|
48 | 35 | "typescript": "^5.0.0", |
49 | 36 | "xo": "^1.0.0" |
50 | 37 | }, |
51 | | - "scripts": { |
52 | | - "start": "node --conditions development index.js", |
53 | | - "build": "tsc --build --clean && tsc --build && type-coverage", |
54 | | - "crawl": "node --conditions development script/crawl.js", |
55 | | - "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
56 | | - "test": "npm run build && npm run crawl && npm run format" |
57 | | - }, |
| 38 | + "exports": "./index.js", |
| 39 | + "files": [ |
| 40 | + "lib/", |
| 41 | + "config/", |
| 42 | + "index.d.ts.map", |
| 43 | + "index.d.ts", |
| 44 | + "index.js" |
| 45 | + ], |
| 46 | + "keywords": [], |
| 47 | + "license": "MIT", |
| 48 | + "name": "github-tools", |
58 | 49 | "prettier": { |
59 | 50 | "bracketSpacing": false, |
60 | 51 | "semi": false, |
|
63 | 54 | "trailingComma": "none", |
64 | 55 | "useTabs": false |
65 | 56 | }, |
| 57 | + "private": true, |
66 | 58 | "remarkConfig": { |
67 | 59 | "plugins": [ |
68 | 60 | "remark-preset-wooorm" |
69 | 61 | ] |
70 | 62 | }, |
| 63 | + "repository": "unifiedjs/github-tools", |
| 64 | + "scripts": { |
| 65 | + "build": "tsc --build --clean && tsc --build && type-coverage", |
| 66 | + "crawl": "node --conditions development script/crawl.js", |
| 67 | + "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix", |
| 68 | + "start": "node --conditions development index.js", |
| 69 | + "test": "npm run build && npm run crawl && npm run format" |
| 70 | + }, |
71 | 71 | "typeCoverage": { |
72 | 72 | "atLeast": 100, |
73 | | - "detail": true, |
74 | | - "ignoreCatch": true, |
75 | 73 | "strict": true |
76 | | - } |
| 74 | + }, |
| 75 | + "type": "module", |
| 76 | + "version": "0.0.0" |
77 | 77 | } |
0 commit comments