-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.42 KB
/
package.json
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
42
43
44
45
46
47
{
"name": "every-ts",
"version": "2.0.2",
"author": "Jake Bailey",
"license": "MIT",
"description": "A CLI to build and bisect any version of TypeScript",
"keywords": [],
"repository": "github:jakebailey/every-ts",
"type": "module",
"bin": "./bin/every-ts.js",
"preferUnplugged": true,
"files": [
"bin",
"dist"
],
"dependencies": {
"@zkochan/cmd-shim": "^6.0.0",
"adm-zip": "^0.5.16",
"clipanion": "4.0.0-rc.4",
"execa": "^9.4.1",
"semver": "^7.6.3"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@tsconfig/node18": "^18.2.4",
"@types/adm-zip": "^0.5.5",
"@types/node": "^18.19.59",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"dprint": "^0.47.4",
"eslint": "^8.57.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepack": "rimraf dist && npm run build"
},
"engines": {
"node": ">= 18.19"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}