{ "name": "che-workspace-loader", "version": "1.0.0", "description": "Eclipse Che Workspace Loader App", "main": "index.js", "scripts": { "test": "jest", "build": "webpack --config webpack.prod.js", "start": "webpack-dev-server --open --config webpack.dev.js" }, "author": "", "license": "EPL-1.0", "devDependencies": { "@types/jest": "^22.1.3", "clean-webpack-plugin": "^0.1.18", "css-loader": "^0.28.9", "extract-text-webpack-plugin": "^3.0.2", "html-webpack-plugin": "^2.30.1", "jest": "^22.4.2", "style-loader": "^0.20.1", "ts-loader": "^3.4.0", "typescript": "^2.7.1", "uglifyjs-webpack-plugin": "^1.1.8", "webpack": "^3.10.0", "webpack-dev-server": "^2.11.1", "webpack-merge": "^4.1.1" }, "dependencies": {}, "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { "^.+\\.(ts)$": "/test/preprocessor.js" }, "moduleNameMapper": { "\\.(css|less)$": "/test/mock.js" }, "testMatch": [ "**/test/*.(ts)" ] } }