-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1010 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "bisect",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"bisect": "yarn ts-node src/cli.ts",
"vendor": "yarn ts-node src/local/cli.ts",
"test": "jest"
},
"dependencies": {
"@types/needle": "2.5.3",
"clipboardy": "2.3.0",
"fp-ts": "2.12.2",
"ink": "3.2.0",
"ink-select-input": "4.2.1",
"needle": "3.1.0",
"open": "8.4.0",
"react": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-typescript": "7.18.6",
"@relmify/jest-fp-ts": "2.0.2",
"@signed/prettier-config": "0.1.0",
"@types/jest": "28.1.6",
"@types/node": "18.7.4",
"@types/react": "18.0.17",
"babel-jest": "28.1.3",
"io-ts": "2.2.17",
"jest": "28.1.3",
"jest-extended": "3.0.2",
"msw": "0.44.2",
"prettier": "2.7.1",
"ts-node": "10.9.1",
"typescript": "4.7.4"
},
"prettier": "@signed/prettier-config"
}