UNPKG

nowjs-node-data-orientdb

Version:

NowCanDo Javascript Core [nowjs-node-data-orientdb] is a library written by TypeScript code maintains under Apache 2.0 licence

77 lines (76 loc) 3.07 kB
{ "name": "nowjs-node-data-orientdb", "description": "NowCanDo Javascript Core [nowjs-node-data-orientdb] is a library written by TypeScript code maintains under Apache 2.0 licence", "version": "1.2.12", "private": false, "scripts": { "debug": "npm run-script build:debug ", "build:test": "npm run-script clean:dist && tsc --p ./tsconfig.test.json", "build:debug": "npm run-script clean:dist && tsc --p ./tsconfig.debug.json", "build:release": "npm run-script clean:release && tsc --p ./tsconfig.release.json", "clean": "npm run clean:dist", "clean:dist": "rm -rf ./dist/*", "clean:release": "rm -rf ./lib/*", "test": "jest --no-cache --config ./jest.json", "test:watch": "jest --watch --config ./jest.json", "coverage": " jest --no-cache --coverage --config ./jest.json ", "lint": "tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", "prepublishOnly": "npm run lint && npm run test && npm run build:release", "preversion": "npm test && npm run changelog:update", "version": "npm run build:release ", "postversion": "git push && git push --tags && npm run changelog:update && git push && npm run clean:release", "release:patch": "npm version patch -m \"upgrade: Upgrade to %s for patch and some bug fixes.\"", "release:minor": "npm version minor -m \"upgrade: Upgrade to %s for minor enhancments & and bug fixes.\"", "release:major": "npm version major -m \"upgrade: Upgrade to %s for major features and bug fixes.\"", "changelog:update": "github-changes -o nowcando -r nowjs-node-data-orientdb -b develop && git commit -a -m 'update: The CHANGELOG.md updated.'", "docs:update": "typedoc --out ./docs/documentation/ ./src/ && git commit -a -m 'update: The documentation updated.'", "docs:clean": "rm -rf ./docs/documentation/*", "docs:publish": "{{PUBLISH TO DOC_SITE_URL}}" }, "main": "lib/index.js", "typings": "lib/index.d.ts", "typescript": { "definition": "lib/index.d.ts" }, "author": "Saeed Tabrizi at NowCanDo.Com", "email": "dev at NowCanDo.Com", "license": "Apache-2.0", "keywords": [ "nowjs", "nowjs-node-data-orientdb", "nowcando", "Saeed Tabrizi", "Typescript", "light weight", "library", "LOB", "line of business", "orientdb" ], "bugs": { "url": "https://github.com/nowcando/nowjs-node-data-orientdb/issues" }, "homepage": "https://github.com/nowcando/nowjs-node-data-orientdb#readme", "repository": { "type": "git", "url": "https://github.com/nowcando/nowjs-node-data-orientdb.git" }, "dependencies": { "nowjs-core": "^0.9.41", "nowjs-node-core": "^0.9.6", "orientjs": "file:orientjs-3.0.0.tgz", "reflect-metadata": ">=0.1.10" }, "devDependencies": { "@types/jest": "^20.0.8", "@types/node": "^8.0.26", "@types/orientjs": "^3.0.1", "full-icu": "^1.2.0", "jest": ">=20.0.4", "jest-environment-node-debug": ">=2.0.0", "ts-jest": "^20.0.13", "ts-node": "^3.3.0", "tslint": "^5.7.0", "typescript": "^2.5.2" } }