THRIFT-4675: Generate Int64 constants for js
diff --git a/lib/ts/package.json b/lib/ts/package.json
new file mode 100644
index 0000000..47eec62
--- /dev/null
+++ b/lib/ts/package.json
@@ -0,0 +1,30 @@
+{
+ "name": "thrift",
+ "version": "1.0.0",
+ "devDependencies": {
+ "@types/node-int64": "^0.4.29",
+ "@types/phantom": "^3.2.5",
+ "@types/qunit": "^2.5.3",
+ "browserify": "^16.2.3",
+ "bufferutil": "^4.0.1",
+ "grunt": "^1.0.2",
+ "grunt-cli": "^1.2.0",
+ "grunt-contrib-concat": "^1.0.1",
+ "grunt-contrib-jshint": "^1.0.0",
+ "grunt-contrib-qunit": "^3.0.1",
+ "grunt-contrib-uglify": "^1.0.1",
+ "grunt-jsdoc": "^2.2.1",
+ "grunt-shell-spawn": "^0.3.10",
+ "jslint": "^0.12.0",
+ "node-int64": "^0.4.0",
+ "phantom": "^6.0.3",
+ "typescript": "^3.2.2"
+ },
+ "dependencies": {
+ "bufferutil": "^4.0.1",
+ "jsdoc": "^3.5.5",
+ "json-int64": "^0.0.3",
+ "nopt": "^4.0.1"
+ },
+ "types": "./thrift.d.ts"
+}