@linaframework/arango-orm
Version:
> Please check out https://github.com/awesome-graphql-space/lina and https://github.com/oknoah/final/packages/arangolize for similar projects that MAY be more up to date
60 lines (59 loc) • 1.44 kB
JSON
{
"name": "@linaframework/arango-orm",
"version": "1.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://gitlab.com/aweseome-graphql-space/arango-orm"
},
"license": "MIT",
"author": "Rex Raphael",
"scripts": {
"prepublish": "npm run build",
"build": "rm -rf dist/ && mkdir dist && ./node_modules/.bin/babel . -d dist --ignore node_modules/ dist/",
"test": "./node_modules/jest/bin/jest.js",
"test:watch": "nodemon --exec 'yarn run test'"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
]
},
"main": "dist/index.js",
"keywords": [
"database",
"orm",
"arangojs",
"lina",
"linaframework",
"ormjs",
"arango",
"arangodb",
"odm",
"mongo",
"mongodb",
"document",
"nosql"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.3.0",
"jest": "^20.0.4",
"jest-cli": "^23.6.0"
},
"dependencies": {
"arangojs": "^5.7.0",
"arangolize": "^0.9.8",
"core-decorators": "^0.20.0",
"dotenv": "^4.0.0",
"lodash": "^4.17.11",
"moment": "^2.19.3",
"open": "0.0.5"
}
}