{ "private": true, "version": "1.0.2", "name": "insomnia-app", "app": { "name": "insomnia", "productName": "Insomnia", "longName": "Insomnia REST Client", "version": "5.12.0-beta.4", "main": "main.min.js" }, "licence": "MIT", "homepage": "https://insomnia.rest/", "description": "Debug APIs like a human, not a robot", "author": "Insomnia ", "main": "app/main.min.js", "repository": { "type": "git", "url": "https://github.com/getinsomnia/insomnia" }, "scripts": { "lint": "eslint \"**/*.js\" \"**/*.html\" \"**/*.json\"", "test": "flow check && npm run lint && cross-env NODE_ENV=test jest --silent", "test-appveyor": "npm run test -- --maxWorkers 1", "bootstrap": "npm install && electron-rebuild -f -w node-libcurl", "start:electron": "cross-env NODE_ENV=development webpack --config ./webpack/webpack.config.electron.babel.js && INSOMNIA_ENV=development electron .", "start:dev-server": "webpack-dev-server --config ./webpack/webpack.config.development.babel.js", "start": "concurrently --kill-others \"npm run start:dev-server\" \"npm run start:electron\"", "build": "node ./scripts/build.js", "package": "node ./scripts/package.js" }, "dev": { "dev-server-port": 3333 }, "jest": { "setupFiles": [ "./__jest__/setup.js" ], "moduleNameMapper": { "\\.(css|less|png)$": "/__mocks__/dummy.js", "^worker-loader!": "/__mocks__/dummy.js" }, "testMatch": [ "**/__tests__/**/*.test.js?(x)" ], "rootDir": "app", "verbose": false, "resetMocks": true, "resetModules": true, "collectCoverage": false, "collectCoverageFrom": [ "**/*.js", "!**/*.min.js", "!**/main.development.js", "!**/static/**", "!**/ui/components/**", "!**/__fixtures__/**", "!**/__tests__/**", "!**/__jest__/**", "!**/__mocks__/**", "!**/node_modules/**" ] }, "packedDependencies": [ "autobind-decorator", "codemirror", "codemirror-graphql", "highlight.js", "pdfjs-dist", "prop-types", "react", "react-dnd", "react-dnd-html5-backend", "react-dom", "react-redux", "react-tabs", "redux", "redux-thunk", "reselect", "srp-js", "vkbeautify" ], "dependencies": { "autobind-decorator": "^1.3.4", "aws4": "^1.6.0", "classnames": "^2.2.5", "clone": "^2.1.0", "codemirror": "^5.24.2", "codemirror-graphql": "^0.6.11", "deep-equal": "^1.0.1", "electron-context-menu": "^0.9.0", "electron-squirrel-startup": "^1.0.0", "graphql": "^0.10.5", "hawk": "^6.0.2", "highlight.js": "^9.12.0", "hkdf": "^0.0.2", "html-entities": "^1.2.0", "iconv-lite": "^0.4.15", "insomnia-cookies": "^0.0.4", "insomnia-httpsnippet": "^1.16.5", "insomnia-importers": "^1.5.5", "insomnia-node-libcurl": "^1.2.9", "insomnia-plugin-base64": "^1.0.3", "insomnia-plugin-file": "^1.0.3", "insomnia-plugin-hash": "^1.0.3", "insomnia-plugin-now": "^1.0.3", "insomnia-plugin-request": "^1.0.4", "insomnia-plugin-response": "^1.0.4", "insomnia-plugin-uuid": "^1.0.3", "insomnia-prettify": "^0.1.2", "insomnia-url": "^0.1.2", "insomnia-xpath": "^0.0.5", "jsonlint": "^1.6.2", "jsonpath": "^0.2.12", "jwt-authentication": "^0.3.3", "marked": "^0.3.6", "mime-types": "^2.1.14", "mkdirp": "^0.5.1", "moment": "^2.18.1", "multiparty": "^4.1.3", "nedb": "^1.8.0", "node-forge": "^0.7.0", "nunjucks": "^3.0.0", "oauth-1.0a": "^2.2.2", "pdfjs-dist": "^1.9.640", "prop-types": "^15.5.10", "react": "^16.0.0", "react-dnd": "^2.4.0", "react-dnd-html5-backend": "^2.4.1", "react-dom": "^16.0.0", "react-redux": "^5.0.6", "react-tabs": "^2.1.1", "redux": "^3.7.2", "redux-thunk": "^2.2.0", "reselect": "^3.0.1", "srp-js": "^0.2.0", "tar": "^3.1.7", "tough-cookie": "^2.3.1", "uuid": "^3.0.0", "vkbeautify": "^0.99.1", "whatwg-fetch": "^2.0.1", "xmldom": "^0.1.22", "xpath": "^0.0.23" }, "devDependencies": { "babel-cli": "^6.23.0", "babel-core": "^6.23.1", "babel-eslint": "^7.1.1", "babel-jest": "^19.0.0", "babel-loader": "^7.1.2", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-flow": "^6.23.0", "babel-preset-react": "^6.23.0", "concurrently": "^3.5.0", "cross-env": "^2.0.0", "css-loader": "^0.28.7", "electron": "^1.7.9", "electron-builder": "^19.45.5", "electron-builder-lib": "^19.46.3", "electron-builder-squirrel-windows": "^19.46.0", "electron-rebuild": "^1.6.0", "eslint": "^3.16.1", "eslint-config-semistandard": "^7.0.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-filenames": "^1.1.0", "eslint-plugin-flowtype": "^2.36.0", "eslint-plugin-html": "^2.0.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jest": "^19.0.1", "eslint-plugin-json": "^1.2.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-react": "^7.4.0", "eslint-plugin-standard": "^2.3.1", "file-loader": "^1.1.5", "flow": "^0.2.3", "flow-bin": "^0.58.0", "less": "^2.7.2", "less-loader": "^4.0.5", "ncp": "^2.0.0", "npm": "^5.5.1", "react-hot-loader": "^3.1.3", "redux-mock-store": "^1.0.2", "rimraf": "^2.6.2", "style-loader": "^0.19.0", "url-loader": "^0.6.2", "webpack": "^3.5.5", "webpack-dev-server": "^2.9.4", "webpack-target-electron-renderer": "^0.4.0" } }