{ "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" } }