-
Notifications
You must be signed in to change notification settings - Fork 203
/
package.json
61 lines (61 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "guess",
"version": "0.0.0",
"description": "Smart bundling",
"main": "index.js",
"scripts": {
"bootstrap": "npm i && lerna bootstrap",
"build": "lerna run build",
"publish": "lerna publish",
"e2e": "ts-node infra/e2e.ts",
"test": "ts-node infra/test.ts --watch",
"pretest": "ts-node infra/pretest.ts",
"test:ci": "ts-node infra/pretest.ts && ts-node infra/test.ts",
"postinstall": "ts-node infra/install.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guess-js/guess.git"
},
"keywords": [
"bundling",
"webpack",
"ml",
"ai",
"analytics",
"recommendation"
],
"author": "Minko Gechev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/guess-js/guess/issues"
},
"homepage": "https://github.com/guess-js/guess#readme",
"devDependencies": {
"@types/jest": "25.2.1",
"@types/meow": "5.0.0",
"@types/node": "9.6.60",
"blund": "1.0.0",
"chalk": "2.4.2",
"copy-webpack-plugin": "5.1.2",
"jest": "26.6.3",
"jest-puppeteer": "4.4.0",
"lerna": "4.0.0",
"meow": "10.1.2",
"prompt-confirm": "2.0.4",
"puppeteer": "7.1.0",
"raw-loader": "4.0.1",
"static-server": "2.2.1",
"ts-jest": "26.5.1",
"ts-loader": "7.0.0",
"ts-node": "8.8.2",
"tslint": "6.1.1",
"typescript": "4.5.4",
"webpack": "4.46.0",
"webpack-cli": "4.5.0"
},
"dependencies": {
"flat-cache": "^3.0.0",
"googleapis": "^67.0.0"
}
}