Permalink
Cannot retrieve contributors at this time
{ | |
"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 <mgechev@gmail.com>", | |
"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": "3.20.2", | |
"meow": "9.0.0", | |
"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.1.5", | |
"webpack": "4.46.0", | |
"webpack-cli": "4.5.0" | |
}, | |
"dependencies": { | |
"flat-cache": "^3.0.0", | |
"googleapis": "^67.0.0" | |
} | |
} |