UNPKG

2.94 kBJSONView Raw
1{
2 "name": "@appirio/appirio",
3 "description": "Core Node.js plugin to support the Appirio DX project",
4 "main": "index.js",
5 "scripts": {
6 "changelog": "node ./node_modules/@appirio/appiriodx-release-config/lib/changelog",
7 "commit": "git-cz",
8 "coverage": "npx jest --coverage",
9 "test": "yarn run test:unit",
10 "test:ci": "npx jest --coverage --ci",
11 "test:int": "npx jest --testNamePattern 'Integration Test'",
12 "test:unit": "npx jest --testNamePattern '^((?!Integration Test).)*$'",
13 "test:watch": "npx jest --watchAll",
14 "tools": "node ./lib/tools/tools.js"
15 },
16 "release": {
17 "extends": [
18 "@appirio/appiriodx-release-config"
19 ],
20 "changelogTitle": "# AppirioDX Core Capabilities"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git@gitlab.appirio.com:appirio-dx/node-appirio.git"
25 },
26 "keywords": [
27 "appirio"
28 ],
29 "config": {
30 "commitizen": {
31 "path": "node_modules/cz-conventional-changelog"
32 }
33 },
34 "author": "Appirio DX <dx@appirio.com>",
35 "license": "SEE LICENSE IN LICENSE",
36 "dependencies": {
37 "@gitbeaker/node": "^15.2.0",
38 "ansi-colors": "^1.1.0",
39 "bluebird": "^3.5.1",
40 "deep-sort-object": "^1.0.2",
41 "dotenv": "^4.0.0",
42 "env-ci": "^4.1.1",
43 "fancy-log": "^1.3.2",
44 "find-up": "^3.0.0",
45 "fs": "0.0.1-security",
46 "fs-extra": "4.0.2",
47 "glob": "^7.1.2",
48 "gulp": "^4.0.2",
49 "gulp-eol": "^0.2.0",
50 "gulp-is-binary": "^0.1.2",
51 "inquirer": "^5.1.0",
52 "js-beautify": "^1.7.5",
53 "lodash": "^4.17.15",
54 "minimatch": "^3.0.4",
55 "nanoid": "^2.0.1",
56 "node-cmd": "^3.0.0",
57 "os": "^0.1.1",
58 "raw-loader": "^1.0.0",
59 "request": "^2.88.0",
60 "require-dir": "^0.3.2",
61 "require-from-string": "^2.0.2",
62 "rimraf": "^3.0.2",
63 "rollbar": "^2.3.9",
64 "self-cert": "^1.1.0",
65 "semver": "^5.5.0",
66 "shell-env": "^3.0.0",
67 "shelljs": "^0.8.1",
68 "shorteners": "^1.0.0",
69 "simple-git": "^1.92.0",
70 "ssh-url": "^0.1.5",
71 "strip-ansi": "^6.0.0",
72 "sudo-prompt": "^8.1.0",
73 "through2": "^3.0.0",
74 "topo-sort": "^1.0.0",
75 "unirest": "^0.5.1",
76 "which": "^2.0.2",
77 "yargs": "^15.3.1"
78 },
79 "devDependencies": {
80 "@appirio/appiriodx-release-config": "1.3.0",
81 "@semantic-release/changelog": "^3.0.1",
82 "@semantic-release/commit-analyzer": "^6.1.0",
83 "@semantic-release/exec": "^3.3.0",
84 "@semantic-release/git": "^7.0.5",
85 "@semantic-release/gitlab": "^3.0.5",
86 "@semantic-release/npm": "^5.0.5",
87 "@semantic-release/release-notes-generator": "^7.1.3",
88 "babel-eslint": "^8.2.5",
89 "commitizen": "^3.0.4",
90 "cz-conventional-changelog": "^2.1.0",
91 "eslint": "^4.19.1",
92 "eslint-config-airbnb-base": "^13.0.0",
93 "eslint-plugin-import": "^2.13.0",
94 "javascript-obfuscator": "^0.18.1",
95 "jest": "^23.5.0",
96 "lcov-result-merger": "^3.1.0",
97 "semantic-release": "^15.10.7"
98 },
99 "version": "1.19.1"
100}