UNPKG

@1amageek/tradable

Version:

Cloud Firestore model framework for TypeScript - Google

78 lines (77 loc) 1.87 kB
{ "private": false, "name": "@1amageek/tradable", "version": "0.26.2", "scripts": { "lint": "./node_modules/.bin/tslint -p tslint.json", "build": "./node_modules/.bin/tsc -d", "prepare": "npm run build", "serve": "npm run build && firebase serve --only functions", "shell": "npm run build && firebase experimental:functions:shell", "start": "npm run shell", "deploy": "firebase deploy --only functions", "logs": "firebase functions:log" }, "description": "Cloud Firestore model framework for TypeScript - Google", "contributors": [ { "name": "Norikazu Muramoto", "email": "tmy0x3@icloud.com" } ], "repository": { "type": "git", "url": "git+https://github.com/1amageek/tradable.ts.git" }, "keywords": [ "firestore", "firebase", "orderable", "model", "typescript", "stripe" ], "author": "1amageek", "license": "MIT", "bugs": { "url": "https://github.com/1amageek/tradable.ts/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/*" ], "devDependencies": { "@firebase/testing": "^0.7.1", "@google-cloud/firestore": "^1.0.1", "@types/jest": "^23.3.13", "@types/node": "^10.12.19", "@types/stripe": "^6.19.8", "firebase-admin": "^7.0.0", "jest": "^24.0.0", "pring-admin": "^0.6.0", "reflect-metadata": "^0.1.13", "stripe": "^6.25.1", "ts-jest": "^23.10.5", "tslint": "^5.13.1", "typescript": "^3.3.3333" }, "peerDependencies": { "@google-cloud/firestore": "^1.0.1", "firebase-admin": "^7.0.0" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }