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.35.3",
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 "dev": "now --target staging",
16 "prepack": "yarn now-build",
17 "now-build": "rm -rf lib && tsc -b",
18 "lint": "tslint -p . -t stylish",
19 "type-check": "tsc --pretty --noEmit"
20 },
21 "publishConfig": {
22 "registry": "https://registry.npmjs.org/"
23 },
24 "bugs": "https://github.com/artsy/dupe-report/issues",
25 "dependencies": {
26 "@octokit/plugin-retry": "2.2.0",
27 "@octokit/plugin-throttling": "2.7.1",
28 "@octokit/rest": "16.36.0",
29 "@slack/client": "4.12.0",
30 "axios": "0.19.0",
31 "circleci-api": "3.3.4",
32 "diff": "4.0.1",
33 "dotenv": "8.2.0",
34 "lodash.zip": "4.2.0"
35 },
36 "devDependencies": {
37 "@types/diff": "4.0.2",
38 "@types/dotenv": "6.1.1",
39 "@types/lodash.zip": "4.2.6",
40 "@types/node": "10.17.13",
41 "ts-node": "8.5.4",
42 "tslint": "5.20.1",
43 "typescript": "3.7.5"
44 },
45 "engines": {
46 "node": ">=8.0.0"
47 },
48 "types": "lib/index.d.ts",
49 "gitHead": "85de8ba86a1d6de1dafe3127a6e19fbc1968c06e"
50}