guess-webpack
Version:
Webpack plugins for the Machine Learning-driven bundler
61 lines (60 loc) • 1.42 kB
JSON
{
"name": "guess-webpack",
"version": "0.1.3",
"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": {
"copy-webpack-plugin": "^4.5.1",
"flat-cache": "^1.3.0",
"google-oauth2-node": "0.0.2",
"googleapis": "^29.0.0",
"guess-ga": "^0.1.1",
"guess-parser": "^0.1.1",
"lodash.template": "^4.4.0",
"rollup": "^0.59.4",
"rollup-plugin-hypothetical": "^2.1.0",
"rollup-plugin-typescript": "^0.8.1",
"webpack": "^4.14.0"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"devDependencies": {
"ts-loader": "^4.3.1",
"tsconfig-paths-webpack-plugin": "^3.1.4",
"typescript": "^2.9.1"
},
"scripts": {
"build": "webpack"
}
}