@madnesslabs/fireenjin
Version:
A set of tools for speeding up production of full-stack Firebase projects.
90 lines (89 loc) • 2.27 kB
JSON
{
"name": "@madnesslabs/fireenjin",
"version": "1.4.28",
"description": "A set of tools for speeding up production of full-stack Firebase projects.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf dist/",
"lint": "tslint --project tsconfig.json",
"plop": "plop",
"publish": "npm run build",
"refresh": "rimraf ./node_modules ./package-lock.json && npm install",
"semantic-release": "semantic-release",
"serve": "tsc -w",
"start": "npm run serve",
"test": "jest --no-cache",
"test:watch": "jest --watch --no-cache"
},
"bin": {
"fireenjin": "dist/index.js"
},
"dependencies": {
"faker": "^5.5.3",
"firebase-admin": "^9.11.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"inquirer": "^8.1.2",
"nodegit": "^0.27.0",
"plop": "^2.7.4",
"pluralize": "^8.0.0",
"prettier": "^2.3.2",
"recursive-copy": "^2.0.13",
"rimraf": "^3.0.2",
"yargs": "^17.1.1"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/jest": "^26.0.24",
"@types/node": "^15.14.9",
"jest": "^26.6.3",
"semantic-release": "^17.4.7",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"tslib": "^2.3.1",
"tslint": "^6.1.3",
"typescript": "^4.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadnessLabs/FireEnjin.git"
},
"keywords": [
"firebase",
"github",
"madness",
"labs",
"popcorn245",
"youtube",
"javascript",
"typescript"
],
"author": "Madness Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/MadnessLabs/FireEnjin/issues"
},
"homepage": "https://github.com/MadnessLabs/FireEnjin#readme",
"jest": {
"testEnvironment": "node",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(ts?)$",
"testURL": "http://localhost",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"private": false
}