UNPKG

812 BJSONView Raw
1{
2 "name": "@36node/fastman",
3 "version": "0.3.1",
4 "description": "A tool to export and import postman collection file",
5 "repository": {
6 "url": "undefined/undefined",
7 "type": "git"
8 },
9 "license": "MIT",
10 "publishConfig": {
11 "access": "public"
12 },
13 "template": "cli",
14 "main": "dist/index.js",
15 "module": "dist/index.mjs",
16 "files": [
17 "bin",
18 "dist"
19 ],
20 "bin": {
21 "fastman": "dist/fastman.js"
22 },
23 "config-overrides-path": "../cli/config-overrides",
24 "scripts": {
25 "build": "sketch build",
26 "test": "NODE_ENV=test sketch test --env=node"
27 },
28 "dependencies": {
29 "@36node/fetch": "^0.5.1",
30 "commander": "^2.16.0",
31 "http-errors": "^1.7.1",
32 "inquirer": "^6.2.0",
33 "jsonfile": "^5.0.0"
34 },
35 "gitHead": "3df9922ea54d6f43cfb8429fc3b40830407fee52"
36}