-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
48
49
50
51
52
53
{
"name": "@tsplus/installer",
"version": "0.0.186",
"repository": "https://github.com/ts-plus/installer.git",
"author": "Michael Arnaldi <[email protected]>",
"license": "MIT",
"bin": {
"tsplus-install": "./bin/tsplus-install"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -b tsconfig.json",
"changeset": "changeset",
"release": "changeset publish",
"prepack": "./prepack.sh"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/changelog-github": "^0.4.2",
"@changesets/cli": "^2.20.0",
"@types/mkdirp": "^1.0.2",
"@types/node": "^17.0.13",
"@types/rimraf": "^3.0.2",
"@types/tar": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-codegen": "^0.16.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-destructure-keys": "^1.4.0",
"mkdirp": "^1.0.4",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"tar": "^6.1.11",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"zlib": "^1.0.5"
},
"dependencies": {
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"tar": "^6.1.11",
"ts-node": "^10.4.0",
"zlib": "^1.0.5"
}
}