75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"name": "postman-collection-transformer",
|
|
"version": "4.1.3",
|
|
"description": "Perform rapid conversation and validation of JSON structure between Postman Collection Format v1 and v2",
|
|
"author": "Postman Inc.",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"bin": "./bin/transform-collection.js",
|
|
"homepage": "https://github.com/postmanlabs/postman-collection-transformer#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/postmanlabs/postman-collection-transformer/issues",
|
|
"email": "help@postman.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postmanlabs/postman-collection-transformer.git"
|
|
},
|
|
"keywords": [
|
|
"postman",
|
|
"collection",
|
|
"json",
|
|
"format",
|
|
"converter",
|
|
"transformer"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test-lint && npm run test-system && npm run test-unit && npm run test-schema && npm run test-browser",
|
|
"test-browser": "node npm/test-browser.js",
|
|
"test-lint": "node npm/test-lint.js",
|
|
"test-schema": "node npm/test-schema.js",
|
|
"test-system": "node npm/test-system.js",
|
|
"test-unit": "nyc --nycrc-path=.nycrc.js node npm/test-unit.js"
|
|
},
|
|
"dependencies": {
|
|
"commander": "8.0.0",
|
|
"inherits": "2.0.4",
|
|
"intel": "1.2.0",
|
|
"lodash": "4.17.21",
|
|
"semver": "7.3.5",
|
|
"strip-json-comments": "3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^3.2.0",
|
|
"browserify": "^17.0.0",
|
|
"chai": "^4.3.4",
|
|
"chalk": "^4.1.0",
|
|
"eslint": "^7.22.0",
|
|
"eslint-plugin-jsdoc": "^35.4.1",
|
|
"eslint-plugin-lodash": "^7.2.0",
|
|
"eslint-plugin-mocha": "^9.0.0",
|
|
"eslint-plugin-security": "^1.4.0",
|
|
"js-yaml": "^4.0.0",
|
|
"karma": "^6.2.0",
|
|
"karma-browserify": "^8.0.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"mocha": "^9.0.1",
|
|
"nyc": "^15.1.0",
|
|
"packity": "^0.3.2",
|
|
"parse-gitignore": "^1.0.1",
|
|
"pretty-ms": "^7.0.1",
|
|
"recursive-readdir": "^2.2.2",
|
|
"require-all": "^3.0.0",
|
|
"shelljs": "^0.8.4",
|
|
"superagent": "^6.1.0",
|
|
"tv4": "^1.3.0",
|
|
"watchify": "^4.0.0",
|
|
"yankee": "^1.0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
}
|