UNPKG

1.41 kBJSONView Raw
1{
2 "name": "@artsy/dupe-report",
3 "description": "A tool for reporting on duplicate dependencies in a webpack bundle",
4 "version": "0.33.0",
5 "author": "Justin Bennett <zephraph@gmail.com>",
6 "files": [
7 "/lib"
8 ],
9 "homepage": "https://github.com/artsy/dupe-report",
10 "license": "MIT",
11 "main": "lib/index.js",
12 "repository": "https://github.com/artsy/dupe-report.git",
13 "scripts": {
14 "deploy": "now --target production",
15 "prepack": "yarn now-build",
16 "now-build": "rm -rf lib && tsc -b",
17 "lint": "tslint -p . -t stylish",
18 "type-check": "tsc --pretty --noEmit"
19 },
20 "publishConfig": {
21 "registry": "https://registry.npmjs.org/"
22 },
23 "bugs": "https://github.com/artsy/dupe-report/issues",
24 "dependencies": {
25 "@octokit/plugin-retry": "2.2.0",
26 "@octokit/plugin-throttling": "2.4.0",
27 "@octokit/rest": "16.20.0",
28 "@slack/client": "4.12.0",
29 "axios": "0.18.0",
30 "circleci-api": "3.3.2",
31 "diff": "4.0.1",
32 "dotenv": "7.0.0",
33 "lodash.zip": "4.2.0"
34 },
35 "devDependencies": {
36 "@artsy/auto-config": "0.1.0",
37 "@types/diff": "4.0.2",
38 "@types/dotenv": "6.1.0",
39 "@types/lodash.zip": "4.2.6",
40 "@types/node": "10.14.4",
41 "ts-node": "8.0.3",
42 "tslint": "5.14.0",
43 "typescript": "3.3.4000"
44 },
45 "engines": {
46 "node": ">=8.0.0"
47 },
48 "types": "lib/index.d.ts",
49 "gitHead": "78dc5520a3a4cd738ca4531110ea5944c4a435e3"
50}