-
Notifications
You must be signed in to change notification settings - Fork 350
/
package.json
60 lines (60 loc) · 1.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "postman-code-generators",
"version": "1.14.0",
"description": "Generates code snippets for a postman collection",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npm/test.sh",
"package": "node npm/package.js",
"zip": "node npm/zip.js",
"prepack": "node npm/pre-package.js",
"postinstall": "node npm/deepinstall.js",
"deepinstall": "node npm/deepinstall.js",
"boilerplate": "node npm/boilerplate.js",
"cirequirements": "npm/ci-requirements.sh",
"test-lint": "node npm/test-lint.js"
},
"repository": {
"type": "git",
"url": "https://github.com/postmanlabs/code-generators"
},
"author": "Postman Labs <help@getpostman.com>",
"license": "Apache-2.0",
"homepage": "https://github.com/postmanlabs/code-generators",
"dependencies": {
"async": "3.2.2",
"detect-package-manager": "3.0.2",
"lodash": "4.17.21",
"path": "0.12.7",
"postman-collection": "^4.4.0",
"shelljs": "0.8.5"
},
"devDependencies": {
"browserify": "14.5.0",
"chai": "4.3.7",
"chalk": "2.4.2",
"dependency-check": "3.0.0",
"editorconfig": "0.15.3",
"eslint": "5.16.0",
"eslint-plugin-jsdoc": "3.15.1",
"eslint-plugin-lodash": "2.7.0",
"eslint-plugin-mocha": "4.12.1",
"eslint-plugin-security": "1.5.0",
"istanbul": "0.4.5",
"js-yaml": "3.14.1",
"jsdoc": "3.6.10",
"mocha": "6.2.3",
"newman": "5.3.2",
"nyc": "14.1.1",
"parse-gitignore": "1.0.1",
"pretty-ms": "3.2.0",
"recursive-readdir": "2.2.3",
"watchify": "3.11.1"
},
"engines": {
"node": ">=12"
}
}