UNPKG

yalento

Version:

An awesome integration of Google Firebase for Angular and Node

96 lines (95 loc) 2.57 kB
{ "name": "yalento", "version": "0.0.92", "description": "An awesome integration of Google Firebase for Angular and Node", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint \"src/**\"", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "test": "npm run build && nyc --reporter=lcov --reporter=text-summary node_modules/.bin/mocha src" }, "repository": { "type": "git", "url": "git+https://github.com/" }, "keywords": [ "firebase", "angular", "node.js", "alasql", "sequelizer", "typeorm", "state" ], "author": "C-J", "license": "ISC", "bugs": { "url": "https://github.com/miegli/yalento/issues" }, "homepage": "https://github.com/miegli/yalento/blob/master/README.md", "dependencies": { "@firebase/firestore-types": "^2.1.0", "@types/bluebird": "^3.5.33", "@types/validator": "^13.1.1", "alasql": "^0.6.5", "class-transformer": "^0.3.1", "core-js": "^3.8.1", "es6-shim": "^0.35.6", "firebase": "^8.2.1", "guid-typescript": "^1.0.9", "js-sql-parser": "^1.3.0", "ngeohash": "^0.6.3", "reflect-metadata": "^0.1.13", "rxjs": "^6.6.3" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/chai": "^4.2.11", "@types/core-js": "^2.5.4", "@types/mocha": "^8.2.0", "@types/node": "^14.0.10", "@typescript-eslint/eslint-plugin": "^4.10.0", "@typescript-eslint/parser": "^4.10.0", "assert": "^2.0.0", "babel-eslint": "^8.2.6", "chai": "^4.2.0", "chalk": "^4.0.0", "colors": "^1.4.0", "cross-env": "^7.0.2", "dotenv": "^8.2.0", "eslint": "^6.8.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.0", "fs-extra": "^9.0.1", "inquirer": "^7.1.0", "lodash.camelcase": "^4.3.0", "log-update": "^4.0.0", "mocha": "^8.2.1", "mochawesome": "^6.2.1", "nyc": "^15.1.0", "pegjs": "^0.10.0", "prettier": "^2.0.5", "prettier-eslint": "^12.0.0", "prompt": "^1.0.0", "prompt-input": "^3.0.0", "rimraf": "^3.0.2", "source-map-support": "^0.5.19", "ts-node": "^9.1.1", "typescript": "^4.1.3" }, "files": [ "lib/**/*" ], "moduleDirectories": [ "node_modules", "src" ] }