UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@ctx-core/monorepo",
3 "version": "7.0.1",
4 "description": "ctx-core monorepo",
5 "main": "lib.js",
6 "module": "lib.js",
7 "types": "lib.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.16",
45 "@ctx-core/cli-args": "^3.1.47",
46 "@ctx-core/package": "^3.1.49",
47 "@ctx-core/queue": "^1.2.17",
48 "esm": "^3.2.25",
49 "globby": "^11.0.0",
50 "semver": "^7.3.2"
51 },
52 "devDependencies": {
53 "typescript": "^3.9.2"
54 },
55 "gitHead": "7060ae2b95abba700293fb4298ab35b0a5ae1776"
56}