UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@geeebe/common",
3 "version": "1.0.78",
4 "private": false,
5 "description": "Helpers",
6 "repository": {
7 "type": "git",
8 "url": "git@github.com:gregbacchus/geeebe-common.git"
9 },
10 "keywords": [
11 "typescript",
12 "tslint",
13 "ts-node",
14 "jest",
15 "ts-jest",
16 "nodemon",
17 "tsc",
18 "setup"
19 ],
20 "license": "ISC",
21 "author": "Greg Bacchus",
22 "main": "./dist/index.js",
23 "types": "./src/index.ts",
24 "bin": {
25 "geeebe": "bin/geeebe"
26 },
27 "scripts": {
28 "build": "rm -rf dist && ./node_modules/.bin/tsc --outDir dist --sourceMap",
29 "lint": "./node_modules/.bin/eslint src/ --ext .ts,.tsx",
30 "prepublishOnly": "npm run lint -s && npm run build -s && npm version patch",
31 "postpublish": "git push",
32 "test": "./node_modules/.bin/jest --verbose --coverage --runInBand --passWithNoTests"
33 },
34 "dependencies": {
35 "commander": "^7.2.0"
36 },
37 "devDependencies": {
38 "@types/jest": "^26.0.23",
39 "@types/node": "^15.12.2",
40 "@typescript-eslint/eslint-plugin": "^4.26.1",
41 "@typescript-eslint/eslint-plugin-tslint": "^4.26.1",
42 "@typescript-eslint/parser": "^4.26.1",
43 "eslint": "^7.28.0",
44 "eslint-plugin-filenames": "^1.3.2",
45 "eslint-plugin-prefer-arrow": "^1.2.3",
46 "install": "^0.13.0",
47 "jest": "^27.0.4",
48 "npm": "^7.17.0",
49 "ts-jest": "^27.0.3",
50 "ts-node": "^10.0.0",
51 "typescript": "^4.3.2"
52 }
53}