UNPKG

rethinkts

Version:

A model system for RethinkDB, written in and for TypeScript.

36 lines (35 loc) 811 B
{ "name": "rethinkts", "version": "1.0.1-alpha", "description": "A model system for RethinkDB, written in and for TypeScript.", "main": "dist/index.js", "typings": "dist/index", "scripts": { "build": "tsc", "watch": "tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/UnwrittenFun/rethinkts.git" }, "keywords": [ "rethinkdb", "rethink", "thinky", "database", "model" ], "author": "James Birtles <unwrittenfun@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/UnwrittenFun/rethinkts/issues" }, "homepage": "https://github.com/UnwrittenFun/rethinkts#readme", "devDependencies": { "@types/node": "^7.0.32", "typescript": "^2.2.1" }, "dependencies": { "rethinkdbdash": "^2.3.28" } }