-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (88 loc) · 2.91 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@types/prettier",
"version": "2.7.2",
"description": "TypeScript definitions for prettier-er",
"license": "MIT",
"contributors": [
{
"name": "Ika",
"url": "https://github.com/ikatyang",
"githubUsername": "ikatyang"
},
{
"name": "Ifiok Jr.",
"url": "https://github.com/ifiokjr",
"githubUsername": "ifiokjr"
},
{
"name": "Florian Imdahl",
"url": "https://github.com/ffflorian",
"githubUsername": "ffflorian"
},
{
"name": "Sosuke Suzuki",
"url": "https://github.com/sosukesuzuki",
"githubUsername": "sosukesuzuki"
},
{
"name": "Christopher Quadflieg",
"url": "https://github.com/Shinigami92",
"githubUsername": "Shinigami92"
},
{
"name": "Georgii Dolzhykov",
"url": "https://github.com/thorn0",
"githubUsername": "thorn0"
},
{
"name": "JounQin",
"url": "https://github.com/JounQin",
"githubUsername": "JounQin"
},
{
"name": "Chuah Chee Shian",
"url": "https://github.com/shian15810",
"githubUsername": "shian15810"
},
{
"name": "Abbas Shah",
"url": "https://github.com/Azel-S",
"githubUsername": "Azel-S"
},
{
"name": "Adrien Chen",
"url": "https://github.com/cantfindname",
"githubUsername": "cantfindname"
},
{
"name": "Lauren Bartyczak",
"url": "https://github.com/lbartyczak",
"githubUsername": "lbartyczak"
},
{
"name": "Sajani Panchal",
"url": "https://github.com/Nini12345678901",
"githubUsername": "Nini12345678901"
},
{
"name": "Joshua Hughes",
"url": "https://github.com/ThePurplePigeon",
"githubUsername": "ThePurplePigeon"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/OpenMindedPrettier/types-prettier.git",
"directory": "types/prettier"
},
"scripts": {
"build-local-win": "robocopy ../types-prettier/ ../prettier-vscode/node_modules/@types/prettier/ /s /xd \".git\" & robocopy ../types-prettier/ ../prettier/node_modules/@types/prettier/ /s /xd \".git\"",
"build-local-mac": "cd .. && cp -R types-prettier/ prettier-vscode/node_modules/@types/prettier/ && cp -R types-prettier/ prettier/node_modules/@types/prettier/ && cd prettier",
"build-local": "npm run build-local-win"
},
"dependencies": {},
"typesPublisherContentHash": "99cc9780c4abc9fa045f57796c8ae3ec7eee54669b1eecb6f4cc5ed62321a8a8",
"typeScriptVersion": "4.2"
}