@geeebe/common
Version:
54 lines (53 loc) • 1.4 kB
JSON
{
"name": "@geeebe/common",
"version": "1.0.79",
"private": false,
"description": "Helpers",
"repository": {
"type": "git",
"url": "git@github.com:gregbacchus/geeebe-common.git"
},
"keywords": [
"typescript",
"tslint",
"ts-node",
"jest",
"ts-jest",
"nodemon",
"tsc",
"setup"
],
"license": "ISC",
"author": "Greg Bacchus",
"main": "./dist/index.js",
"types": "./src/index.ts",
"bin": {
"geeebe": "bin/geeebe"
},
"scripts": {
"build": "rm -rf dist && ./node_modules/.bin/tsc --outDir dist --sourceMap",
"lint": "./node_modules/.bin/eslint src/ --ext .ts,.tsx",
"prepublishOnly": "npm run lint -s && npm run build -s && npm version patch",
"postpublish": "git push",
"test": "./node_modules/.bin/jest --verbose --coverage --runInBand --passWithNoTests"
},
"dependencies": {
"commander": "^7.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"install": "^0.13.0",
"jest": "^27.0.4",
"npm": "^7.17.0",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}