{ "name": "concurrency", "version": "1.0.0", "description": "", "main": "index.js", "jest": { "transform": { "^.+\\.tsx?": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "scripts": { "test": "jest --passWithNoTests", "build": "webpack" }, "keywords": [], "author": "", "dependencies": { "axios": "^0.22.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@types/jest": "^27.0.2", "@types/react": "^17.0.27", "@types/react-dom": "^17.0.9", "jest": "^27.2.4", "ts-jest": "^27.0.5", "ts-loader": "^9.2.6", "typescript": "^4.4.3", "webpack": "^5.56.0", "webpack-cli": "^4.8.0" } }