UNPKG

1.24 kBJSONView Raw
1{
2 "name": "pkg-reflector",
3 "version": "3.3.0",
4 "description": "Find and install the npm modules",
5 "scripts": {
6 "test": "xo && jest",
7 "lint": "xo",
8 "lint:fix": "xo --fix"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/zcong1993/pkg-reflector.git"
13 },
14 "keywords": [
15 "pkg",
16 "install",
17 "reflect",
18 "npminstall",
19 "yarninstall"
20 ],
21 "author": "zcong1993",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/zcong1993/pkg-reflector/issues"
25 },
26 "homepage": "https://github.com/zcong1993/pkg-reflector#readme",
27 "dependencies": {
28 "any-observable": "^0.2.0",
29 "cac": "^4.0.0",
30 "chalk": "^1.1.3",
31 "cross-spawn": "^5.1.0",
32 "execa": "^0.6.0",
33 "globby": "^6.1.0",
34 "konan": "^1.1.0",
35 "listr": "^0.9.0",
36 "pkg-up": "^1.0.0",
37 "split": "^1.0.0",
38 "stream-to-observable": "^0.2.0",
39 "update-notifier": "^1.0.3"
40 },
41 "files": [
42 "src",
43 "bin"
44 ],
45 "bin": {
46 "pkg-reflector": "bin/pkg-reflector",
47 "prf": "bin/pkg-reflector"
48 },
49 "xo": {
50 "extends": "rem",
51 "envs": [
52 "jest"
53 ]
54 },
55 "devDependencies": {
56 "eslint-config-rem": "^3.1.0",
57 "jest": "^20.0.4",
58 "xo": "^0.18.2"
59 }
60}