@1amageek/tradable
Version:
Cloud Firestore model framework for TypeScript - Google
73 lines (72 loc) • 1.7 kB
JSON
{
"private": false,
"name": "@1amageek/tradable",
"version": "0.27.0",
"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.20.11",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.0",
"firebase-admin": "^13.4.0",
"jest": "^30.0.5",
"pring-admin": "^1.0.0",
"reflect-metadata": "^0.2.2",
"stripe": "^18.4.0",
"typescript": "^5.9.2"
},
"peerDependencies": {
"firebase-admin": "^13.4.0"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}