final-orm
Version:
> Please check out https://github.com/oknoah/final and https://github.com/oknoah/final/packages/arangolize for similar projects that MAY be more up to date
61 lines (60 loc) • 1.41 kB
JSON
{
"name": "final-orm",
"version": "1.0.9",
"repository": {
"type": "git",
"url": "https://gitlab.com/NoahGray/final-orm"
},
"license": "MIT",
"author": "Noah Gray",
"files": [
"./dist/"
],
"scripts": {
"prepublish": "yarn 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",
"ormjs",
"arango",
"arangodb",
"odm",
"mongo",
"mongodb",
"document",
"nosql"
],
"devDependencies": {
"babel-cli": "^6.24.1",
"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.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.3.0",
"jest": "^20.0.4",
"jest-cli": "^20.0.4"
},
"dependencies": {
"arangojs": "^5.7.0",
"arangolize": "0.10.2",
"core-decorators": "^0.20.0",
"dotenv": "^4.0.0",
"lodash": "^4.17.4",
"moment": "^2.19.3",
"open": "0.0.5"
}
}