mirror of
https://github.com/valitydev/frontend-thrift-codegen.git
synced 2024-11-06 02:15:17 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@vality/thrift-codegen",
|
|
"version": "2.3.2",
|
|
"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.4.1-8ad5123.0",
|
|
"@vality/woody": "0.1.3",
|
|
"base-x": "4.0.0",
|
|
"buffer": "6.0.3",
|
|
"flake-idgen": "1.4.0",
|
|
"fs-extra": "^10.1.0",
|
|
"generate-template-files": "^3.2.1",
|
|
"glob": "^8.0.3",
|
|
"rimraf": "^3.0.2",
|
|
"ts-loader": "^9.4.1",
|
|
"typescript": "4.6.2",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"yargs": "17.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/base-x": "3.0.6",
|
|
"@types/flake-idgen": "0.1.33",
|
|
"@types/jest": "29.5.0",
|
|
"html-webpack-plugin": "5.5.3",
|
|
"jest": "29.5.0",
|
|
"prettier": "3.0.3",
|
|
"ts-jest": "29.0.5",
|
|
"webpack-dev-server": "4.15.1"
|
|
}
|
|
}
|