UNPKG

guess-webpack

Version:

Webpack plugins for the Machine Learning-driven bundler

68 lines (67 loc) 1.54 kB
{ "name": "guess-webpack", "version": "0.4.22", "description": "Webpack plugins for the Machine Learning-driven bundler", "main": "dist/guess-webpack/main.js", "types": "dist/guess-webpack/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/guess-js/guess" }, "keywords": [ "bundling", "webpack", "ml", "ai", "analytics", "recommendation" ], "author": "Minko Gechev <mgechev@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/guess-js/guess/issues" }, "homepage": "https://github.com/guess-js/guess#readme", "dependencies": { "chalk": "^2.4.2", "copy-webpack-plugin": "^5.0.0", "flat-cache": "^2.0.0", "google-oauth2-node": "0.0.3", "googleapis": "^59.0.0", "guess-ga": "^0.4.20", "lodash.template": "^4.4.0", "rollup": "^2.0.0", "rollup-plugin-hypothetical": "^2.1.0", "rollup-plugin-typescript": "^1.0.0", "table": "^5.4.1", "webpack": "^4.14.0" }, "files": [ "dist", "api" ], "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "devDependencies": { "@types/chalk": "2.2.0", "@types/table": "5.0.0", "ts-loader": "7.0.0", "typescript": "3.9.7" }, "scripts": { "build": "webpack" }, "gitHead": "7ef3b0f79c6035be8700ea845f3fde66db1eef61" }