{ "name": "oc-k6", "version": "1.0.0", "main": "index.js", "scripts": { "clean": "rm -rf ./dist", "build": "rollup -c", "build:w": "rollup -c -w", "postinstall": "node ./scripts/postinstall.js" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.9.5", "@babel/preset-typescript": "^7.9.0", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-json": "^4.0.3", "@rollup/plugin-node-resolve": "^7.1.3", "@rollup/pluginutils": "^4.1.0", "@types/faker": "^5.1.4", "@types/jest": "^25.2.1", "@types/k6": "^0.28.2", "@types/lodash": "^4.14.165", "@typescript-eslint/eslint-plugin": "^2.29.0", "@typescript-eslint/parser": "^2.29.0", "axios": "^0.21.0", "babel-plugin-lodash": "^3.3.4", "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-jest": "^23.8.2", "eslint-plugin-prettier": "^3.1.3", "jest": "^25.4.0", "k6": "^0.0.0", "lint-staged": "^10.1.7", "ora": "^5.1.0", "prettier": "^2.0.5", "rollup": "^2.7.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-multi-input": "^1.1.1", "rollup-plugin-terser": "^5.3.0", "shelljs": "^0.8.4", "typescript": "^3.8.3" }, "dependencies": { "lodash": "^4.17.20" } }