UNPKG

878 BJSONView Raw
1{
2 "name": "@36node/fastman",
3 "version": "0.2.13",
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 "main": "dist/index.js",
14 "module": "dist/index.mjs",
15 "files": [
16 "bin",
17 "dist",
18 "typings"
19 ],
20 "bin": {
21 "fastman": "dist/cli.js"
22 },
23 "scripts": {
24 "build": "microbundle build --format cjs src/{cli,index}.js",
25 "dev": "microbundle build -w --format cjs src/{cli,index}.js",
26 "test": "jest --silent"
27 },
28 "jest": {
29 "testEnvironment": "node"
30 },
31 "dependencies": {
32 "@36node/fetch": "^0.4.11",
33 "commander": "^2.16.0",
34 "http-errors": "^1.7.1",
35 "inquirer": "^6.2.0",
36 "jsonfile": "^5.0.0"
37 },
38 "gitHead": "586c2272a5472fe3664588bb4823821a3fbabd80"
39}