UNPKG

1.64 kBJSONView Raw
1{
2 "name": "@ctx-core/monorepo",
3 "version": "7.1.5",
4 "description": "ctx-core monorepo",
5 "main": "index.js",
6 "module": "index.js",
7 "types": "index.ts",
8 "scripts": {
9 "build": "npm run clean && npm run compile",
10 "clean": "rm -f tsconfig.tsbuildinfo",
11 "compile": "tsc -b",
12 "prepublishOnly": "npm run compile"
13 },
14 "bin": {
15 "ensure.sh": "bin/ensure.sh",
16 "git-commit--submodules": "bin/git-commit--submodules.sh",
17 "update-git-module--github--ssh": "bin/update-git-module--github--ssh.sh",
18 "git-push-submodules": "bin/git-push-submodules.sh",
19 "npm-check-updates--monorepo": "bin/npm-check-updates--monorepo.js",
20 "npm-copy--package-bin-config": "bin/npm-copy--package-bin-config.js",
21 "npm-publish--force": "bin/npm-publish--force.sh",
22 "refresh--ctx-core-package.json": "bin/refresh--ctx-core-package.json.js",
23 "run-parallel--workspaces": "bin/run-parallel--workspaces.js"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/ctx-core/monorepo/issues"
28 },
29 "keywords": [
30 "ctx-core",
31 "monorepo",
32 "yarn"
33 ],
34 "author": "Brian Takita",
35 "license": "Apache-2.0",
36 "bugs": {
37 "url": "https://github.com/ctx-core/monorepo/issues"
38 },
39 "homepage": "https://github.com/ctx-core/monorepo#readme",
40 "publishConfig": {
41 "access": "public"
42 },
43 "dependencies": {
44 "@ctx-core/array": "^15.5.26",
45 "@ctx-core/cli-args": "^3.1.57",
46 "@ctx-core/package": "^3.1.59",
47 "@ctx-core/queue": "^1.2.25",
48 "detect-indent": "^6.0.0",
49 "esm": "^3.2.25",
50 "globby": "^11.0.1",
51 "semver": "^7.3.2"
52 },
53 "devDependencies": {
54 "typescript": "^3.9.6"
55 },
56 "gitHead": "263240b1b888a7c409eec59589a2418576c9dd0b"
57}