forked from guess-js/guess
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.4 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
{
"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",
"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": "^22.2.0",
"@types/meow": "^4.0.1",
"@types/node": "^9.4.6",
"blund": "^1.0.0",
"chalk": "^2.4.1",
"copy-webpack-plugin": "^4.5.1",
"jest": "^22.4.4",
"jest-puppeteer": "^3.0.1",
"lerna": "^2.11.0",
"meow": "^4.0.0",
"prompt-confirm": "^1.2.0",
"puppeteer": "^1.5.0",
"raw-loader": "^0.5.1",
"static-server": "^2.2.1",
"ts-jest": "^22.4.1",
"ts-loader": "^3.5.0",
"ts-node": "^6.0.2",
"tslint": "^5.9.1",
"typescript": "^2.9.0",
"webpack": "^4.7.0",
"webpack-cli": "^2.0.11"
}
}