pims
Version:
An ORM for document-oriented database systems, written in and for TypeScript.
36 lines (35 loc) • 926 B
JSON
{
"name": "pims",
"version": "1.0.3",
"description": "An ORM for document-oriented database systems, written in and for TypeScript.",
"main": "dist/index.js",
"typings": "dist/index",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "rm -rf dist && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UnwrittenFun/pims.git"
},
"keywords": [
"rethinkdb",
"rethink",
"thinky",
"database",
"model",
"arangodb",
"arango"
],
"author": "James Birtles <jameshbirtles@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/UnwrittenFun/pims/issues"
},
"homepage": "https://github.com/UnwrittenFun/pims#readme",
"devDependencies": {
"@types/node": "^7.0.8",
"typescript": "^2.7.2"
}
}