mirror of
https://github.com/valitydev/thrift-ts.git
synced 2024-11-06 08:45:17 +00:00
22 lines
429 B
JSON
22 lines
429 B
JSON
|
{
|
||
|
"name": "thrift-ts",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Eric Time",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@types/chai": "^3.5.0",
|
||
|
"@types/mocha": "^2.2.40",
|
||
|
"chai": "^3.5.0",
|
||
|
"mocha": "^3.2.0",
|
||
|
"typescript": "^2.2.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"thrift-parser": "^0.3.0"
|
||
|
}
|
||
|
}
|