UNPKG

tanam

Version:

Pluggable CMS for Firebase

61 lines (60 loc) 1.65 kB
{ "name": "tanam", "version": "0.21.0", "description": "Pluggable CMS for Firebase", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/oddbit/tanam.git" }, "bugs": { "url": "https://github.com/oddbit/tanam/issues" }, "homepage": "https://github.com/oddbit/tanam#readme", "keywords": [ "cms", "firebase", "angular", "angularfire", "angularfire2" ], "engines": { "node": "8" }, "scripts": { "build": "tsc -p .", "watch": "tsc -w -p .", "serve": "npm run build && npm run package && firebase serve", "lint": "tslint --project tsconfig.json", "shell": "firebase functions:shell", "start": "npm run shell", "deploy": "firebase deploy --only functions", "logs": "firebase functions:log", "package": "node ./package-dist", "build:angular": "npm --prefix ../angular run build:all", "build:functions": "npm run lint && npm run build", "build:all": "npm run build:angular && npm run build:functions", "build:dist": "npm run build:all && npm run package" }, "dependencies": { "cheerio": "^1.0.0-rc.3", "crypto-js": "^3.1.9-1", "dustjs-helpers": "^1.7.4", "dustjs-linkedin": "^2.7.5", "firebase-admin": "^7.3.0", "firebase-functions": "^2.3.1", "sharp": "^0.21.3" }, "devDependencies": { "@types/cheerio": "^0.22.11", "@types/crypto-js": "^3.1.43", "@types/node": "^10.14.6", "@types/sharp": "^0.22.2", "copy": "^0.3.2", "fs-extra": "^7.0.1", "ts-loader": "^5.4.5", "ts-node": "^8.1.0", "tslint": "^5.16.0", "typescript": "^3.4.5" } }