UNPKG

2.18 kBJSONView Raw
1{
2 "name": "@terascope/scripts",
3 "displayName": "Scripts",
4 "version": "0.15.0",
5 "description": "A collection of terascope monorepo scripts",
6 "homepage": "https://github.com/terascope/teraslice/tree/master/packages/scripts#readme",
7 "bugs": {
8 "url": "https://github.com/terascope/teraslice/issues"
9 },
10 "repository": "git@github.com:terascope/teraslice.git",
11 "license": "MIT",
12 "author": "Terascope, LLC <info@terascope.io>",
13 "main": "dist/src/index.js",
14 "typings": "dist/src/index.d.ts",
15 "bin": {
16 "ts-scripts": "./bin/ts-scripts.js"
17 },
18 "files": [
19 "dist/src/**/*",
20 "bin/*"
21 ],
22 "scripts": {
23 "build": "tsc --build",
24 "build:watch": "yarn build --watch",
25 "test": "ts-scripts test . --",
26 "test:debug": "ts-scripts test --debug . --",
27 "test:watch": "ts-scripts test --watch . --"
28 },
29 "resolutions": {
30 "ms": "^2.1.2",
31 "typescript": "^3.8.3"
32 },
33 "dependencies": {
34 "@lerna/query-graph": "^3.18.5",
35 "@terascope/utils": "^0.24.4",
36 "codecov": "^3.6.5",
37 "execa": "^4.0.0",
38 "fs-extra": "^8.1.0",
39 "globby": "^11.0.0",
40 "got": "^9.6.0",
41 "ip": "^1.1.5",
42 "lodash.defaultsdeep": "^4.6.1",
43 "micromatch": "^4.0.2",
44 "ms": "^2.1.2",
45 "package-json": "^6.5.0",
46 "pkg-up": "^3.1.0",
47 "semver": "^7.1.3",
48 "signale": "^1.4.0",
49 "sort-package-json": "^1.35.0",
50 "typedoc": "~0.15.6",
51 "typedoc-plugin-markdown": "^2.2.16",
52 "yargs": "^15.3.1"
53 },
54 "devDependencies": {
55 "@types/globby": "^9.1.0",
56 "@types/got": "^9.6.8",
57 "@types/ip": "^1.1.0",
58 "@types/lodash.defaultsdeep": "^4.6.6",
59 "@types/micromatch": "^4.0.0",
60 "@types/ms": "^0.7.30",
61 "@types/semver": "^7.1.0",
62 "@types/signale": "^1.4.0"
63 },
64 "publishConfig": {
65 "access": "public",
66 "registry": "https://registry.npmjs.org/"
67 },
68 "srcMain": "src/index.ts",
69 "terascope": {
70 "enableTypedoc": false,
71 "testSuite": "unit-a"
72 }
73}