-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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
{
"name": "@vality/thrift-codegen",
"version": "3.2.0",
"description": "",
"scripts": {
"prettier:check": "prettier \"**\" --list-different --ignore-unknown",
"prettier:write": "prettier \"**\" --write --ignore-unknown",
"codegen": "bin/index.js",
"test": "jest && ./bin/index.js --i ./__tests__ --n test"
},
"author": "Vality",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bin": {
"thrift-codegen": "bin/index.js"
},
"dependencies": {
"@vality/thrift-ts": "2.5.1-2b658f2.0",
"@vality/woody": "0.1.3",
"base-x": "5.0.1",
"buffer": "6.0.3",
"flake-idgen": "1.4.0",
"fs-extra": "^11.3.0",
"generate-template-files": "^3.2.1",
"rxjs": "^7.8.2",
"shelljs": "0.10.0",
"ts-loader": "^9.5.2",
"tsup": "8.5.0",
"typescript": "5.8.3",
"yargs": "18.0.0"
},
"devDependencies": {
"@types/flake-idgen": "0.1.34",
"@types/jest": "30.0.0",
"html-webpack-plugin": "5.6.3",
"jest": "30.0.3",
"prettier": "3.6.1",
"ts-jest": "29.4.0"
}
}