|
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | 11 | "@aha-app/aha-develop-react": "^1.0.0", |
| 12 | + "@octokit/graphql": "^5.0.0", |
| 13 | + "@octokit/webhooks-types": "^6.3.2", |
12 | 14 | "gql-tag": "^1.0.1", |
| 15 | + "inflected": "^2.1.0", |
13 | 16 | "prettier": "^2.6.2" |
14 | 17 | }, |
15 | 18 | "type": "module", |
|
35 | 38 | "links": { |
36 | 39 | "title": "GitHub", |
37 | 40 | "host": "attribute", |
38 | | - "entryPoint": "src/views/attribute.js", |
| 41 | + "entryPoint": "src/views/attribute.tsx", |
39 | 42 | "recordTypes": [ |
40 | 43 | "Feature", |
41 | 44 | "Epic", |
|
45 | 48 | "prs": { |
46 | 49 | "title": "My Pull Requests", |
47 | 50 | "host": "page", |
48 | | - "entryPoint": "src/views/prsPage.js", |
| 51 | + "entryPoint": "src/views/prsPage.tsx", |
49 | 52 | "location": { |
50 | 53 | "menu": "Work" |
51 | 54 | } |
|
59 | 62 | "commands": { |
60 | 63 | "sync": { |
61 | 64 | "title": "Sync pull requests", |
62 | | - "entryPoint": "src/commands/sync.js", |
| 65 | + "entryPoint": "src/commands/sync.ts", |
63 | 66 | "commandType": "recordAction", |
64 | 67 | "recordTypes": [ |
65 | 68 | "Epic", |
|
69 | 72 | }, |
70 | 73 | "addLink": { |
71 | 74 | "title": "Link pull request to record", |
72 | | - "entryPoint": "src/commands/addLink.js", |
| 75 | + "entryPoint": "src/commands/addLink.ts", |
73 | 76 | "commandType": "recordAction", |
74 | 77 | "recordTypes": [ |
75 | 78 | "Epic", |
|
79 | 82 | }, |
80 | 83 | "removeLinks": { |
81 | 84 | "title": "Remove linked pull requests from record", |
82 | | - "entryPoint": "src/commands/removeLinks.js", |
| 85 | + "entryPoint": "src/commands/removeLinks.ts", |
83 | 86 | "commandType": "recordAction", |
84 | 87 | "recordTypes": [ |
85 | 88 | "Epic", |
|
121 | 124 | } |
122 | 125 | }, |
123 | 126 | "devDependencies": { |
| 127 | + "@types/inflected": "^1.1.29", |
| 128 | + "@types/jest": "^28.1.8", |
124 | 129 | "@types/react": "^17.0.3", |
125 | | - "@types/react-dom": "^17.0.3" |
| 130 | + "@types/react-dom": "^17.0.3", |
| 131 | + "jest": "^28.1.3", |
| 132 | + "ts-jest": "^28.0.8", |
| 133 | + "typescript": "^4.7.4" |
126 | 134 | } |
127 | 135 | } |
0 commit comments