UNPKG

1.54 kBJSONView Raw
1{
2 "name": "guess-webpack",
3 "version": "0.4.15",
4 "description": "Webpack plugins for the Machine Learning-driven bundler",
5 "main": "dist/guess-webpack/main.js",
6 "types": "dist/guess-webpack/index.d.ts",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/guess-js/guess"
10 },
11 "keywords": [
12 "bundling",
13 "webpack",
14 "ml",
15 "ai",
16 "analytics",
17 "recommendation"
18 ],
19 "author": "Minko Gechev <mgechev@gmail.com>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/guess-js/guess/issues"
23 },
24 "homepage": "https://github.com/guess-js/guess#readme",
25 "dependencies": {
26 "chalk": "^2.4.2",
27 "copy-webpack-plugin": "^5.0.0",
28 "flat-cache": "^2.0.0",
29 "google-oauth2-node": "0.0.3",
30 "googleapis": "^47.0.0",
31 "guess-ga": "^0.4.14",
32 "lodash.template": "^4.4.0",
33 "rollup": "^1.0.0",
34 "rollup-plugin-hypothetical": "^2.1.0",
35 "rollup-plugin-typescript": "^1.0.0",
36 "table": "^5.4.1",
37 "webpack": "^4.14.0"
38 },
39 "files": [
40 "dist",
41 "api"
42 ],
43 "jest": {
44 "transform": {
45 "^.+\\.tsx?$": "ts-jest"
46 },
47 "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
48 "moduleFileExtensions": [
49 "ts",
50 "tsx",
51 "js",
52 "jsx",
53 "json",
54 "node"
55 ]
56 },
57 "devDependencies": {
58 "@types/chalk": "2.2.0",
59 "@types/table": "4.0.7",
60 "ts-loader": "6.2.1",
61 "typescript": "3.7.5"
62 },
63 "scripts": {
64 "build": "webpack"
65 },
66 "gitHead": "ecc02ff7b6bc53f9d948bec2f4509824b939f905"
67}