UNPKG

2.15 kBJSONView Raw
1{
2 "name": "@terascope/scripts",
3 "displayName": "Scripts",
4 "version": "0.20.3",
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.9.3"
32 },
33 "dependencies": {
34 "@lerna/query-graph": "^3.18.5",
35 "@terascope/utils": "^0.27.3",
36 "codecov": "^3.6.5",
37 "execa": "^4.0.2",
38 "fs-extra": "^9.0.0",
39 "globby": "^11.0.0",
40 "got": "^11.2.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.2.2",
48 "signale": "^1.4.0",
49 "sort-package-json": "~1.41.0",
50 "typedoc": "^0.17.6",
51 "typedoc-plugin-markdown": "^2.2.17",
52 "yargs": "^15.3.1"
53 },
54 "devDependencies": {
55 "@types/globby": "^9.1.0",
56 "@types/ip": "^1.1.0",
57 "@types/lodash.defaultsdeep": "^4.6.6",
58 "@types/micromatch": "^4.0.0",
59 "@types/ms": "^0.7.30",
60 "@types/semver": "^7.1.0",
61 "@types/signale": "^1.4.0"
62 },
63 "publishConfig": {
64 "access": "public",
65 "registry": "https://registry.npmjs.org/"
66 },
67 "srcMain": "src/index.ts",
68 "terascope": {
69 "enableTypedoc": false,
70 "testSuite": "unit-a"
71 }
72}