UNPKG

type-arango

Version:

ArangoDB Foxx decorators and utilities for TypeScript

44 lines (43 loc) 955 B
{ "name": "type-arango", "version": "2.1.1", "description": "ArangoDB Foxx decorators and utilities for TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "jsnext:main": "src/index.ts", "scripts": { "start": "tsc -w", "build": "rm -rf ./dist && tsc" }, "repository": { "type": "git", "url": "https://github.com/RienNeVaPlus/type-arango.git" }, "ntl": { "runner": "yarn" }, "keywords": [ "ArangoDB", "Foxx", "TypeScript", "Decorators", "Types", "ORM", "Routes", "Relations", "Microservices", "ReST", "Entity" ], "author": "RienNeVaPlus <?@rienneva.plus>", "license": "MIT", "dependencies": { "@types/arangodb": "^3.5.0", "@types/joi": "^14.3.2", "@types/node": "^11.11.7", "joi": "^14.3.1", "reflect-metadata": "^0.1.13", "typescript": "^3.7.4" }, "devDependencies": {} }