UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@codefresh-io/pipeline-autobot",
3 "version": "1.2.1",
4 "description": "Generate yaml depend on repo context",
5 "main": "index.js",
6 "scripts": {
7 "start": "node .",
8 "start:debug": "node --inspect .",
9 "dev": "nodemon .",
10 "dev:debug": "nodemon --inspect .",
11 "test": "jest --coverage --runInBand",
12 "test:debug": "node --inspect node_modules/.bin/jest --runInBand",
13 "eslint": "eslint server/**",
14 "ci-publish": "ci-publish"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/codefresh-io/pipeline-autobot.git"
19 },
20 "bugs": {
21 "url": "https://github.com/codefresh-io/pipeline-autobot/issues"
22 },
23 "homepage": "https://github.com/codefresh-io/pipeline-autobot",
24 "author": "Pasha Kostohrys <pavel@codefresh.io>",
25 "license": "UNLICENSED",
26 "dependencies": {
27 "bluebird": "^3.5.3",
28 "eslint": "^4.18.2",
29 "eslint-config-airbnb-base": "^12.1.0",
30 "eslint-plugin-import": "^2.9.0",
31 "eslint-plugin-jest": "^21.12.3",
32 "eslint-plugin-mocha": "^4.12.1",
33 "express": "^4.17.0",
34 "handlebars": "^4.1.1",
35 "js-yaml": "^3.13.1",
36 "json-rules-engine": "^2.3.3",
37 "json-to-pretty-yaml": "^1.2.2",
38 "lodash": "^4.17.11",
39 "recursive-readdir": "^2.2.2",
40 "request": "^2.88.0",
41 "request-promise": "^4.2.4",
42 "requestretry": "^4.0.0",
43 "winston": "^3.2.1",
44 "yamljs": "^0.3.0"
45 },
46 "devDependencies": {
47 "jest": "^24.8.0"
48 },
49 "jest": {
50 "verbose": true,
51 "testURL": "http://localhost/"
52 }
53}