2017-04-18 02:12:37 +00:00
|
|
|
{
|
|
|
|
"name": "thrift-ts",
|
2017-05-31 11:15:29 +00:00
|
|
|
"version": "1.0.5",
|
2017-04-18 02:12:37 +00:00
|
|
|
"description": "",
|
2017-05-31 11:15:29 +00:00
|
|
|
"main": "src/index.js",
|
2017-04-18 02:12:37 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2017-04-24 09:56:24 +00:00
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/windwhinny/thrift-ts.git",
|
|
|
|
"type": "git"
|
|
|
|
},
|
2017-04-18 02:12:37 +00:00
|
|
|
"author": "Eric Time",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/chai": "^3.5.0",
|
|
|
|
"@types/mocha": "^2.2.40",
|
2017-04-24 09:56:24 +00:00
|
|
|
"@types/node": "^7.0.13",
|
2017-04-18 02:12:37 +00:00
|
|
|
"chai": "^3.5.0",
|
|
|
|
"mocha": "^3.2.0",
|
|
|
|
"typescript": "^2.2.2"
|
|
|
|
},
|
2017-04-24 09:56:24 +00:00
|
|
|
"bin": {
|
2017-04-24 10:06:04 +00:00
|
|
|
"thrift-ts": "./bin/thrift-ts.js"
|
2017-04-24 09:56:24 +00:00
|
|
|
},
|
2017-04-18 02:12:37 +00:00
|
|
|
"dependencies": {
|
2017-04-24 09:56:24 +00:00
|
|
|
"glob": "^7.1.1",
|
|
|
|
"yargs": "^7.1.0"
|
2017-04-18 02:12:37 +00:00
|
|
|
}
|
|
|
|
}
|