UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@artsy/dupe-report",
3 "description": "A tool for reporting on duplicate dependencies in a webpack bundle",
4 "version": "0.41.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 "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"
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 "axios": "0.19.0",
30 "circleci-api": "3.3.4",
31 "diff": "4.0.1",
32 "dotenv": "8.2.0",
33 "lodash.zip": "4.2.0"
34 },
35 "devDependencies": {
36 "@types/diff": "4.0.2",
37 "@types/dotenv": "6.1.1",
38 "@types/lodash.zip": "4.2.6",
39 "@types/node": "10.17.13",
40 "ts-node": "8.5.4",
41 "tslint": "5.20.1",
42 "typescript": "4.2.2"
43 },
44 "engines": {
45 "node": ">=8.0.0"
46 },
47 "types": "lib/index.d.ts",
48 "gitHead": "ede78dc5afb8020efb74b893784626a36678b624"
49}