UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@ctx-core/monorepo",
3 "version": "6.4.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.sh": "bin/git-commit-submodules.sh",
17 "git-module-github-ssh.sh": "bin/git-module-github-ssh.sh",
18 "git-push-submodules.sh": "bin/git-push-submodules.sh",
19 "npm-check-updates-monorepo.js": "bin/npm-check-updates-monorepo.js",
20 "npm-publish-force.sh": "bin/npm-publish-force.sh",
21 "refresh-ctx-core-package.json.js": "bin/refresh-ctx-core-package.json.js",
22 "run-parallel-workspaces.js": "bin/run-parallel-workspaces.js"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/ctx-core/monorepo/issues"
27 },
28 "keywords": [
29 "ctx-core",
30 "monorepo",
31 "yarn"
32 ],
33 "author": "Brian Takita",
34 "license": "Apache-2.0",
35 "bugs": {
36 "url": "https://github.com/ctx-core/monorepo/issues"
37 },
38 "homepage": "https://github.com/ctx-core/monorepo#readme",
39 "publishConfig": {
40 "access": "public"
41 },
42 "dependencies": {
43 "@ctx-core/array": "^15.5.12",
44 "@ctx-core/cli-args": "^3.1.43",
45 "@ctx-core/package": "^3.1.45",
46 "@ctx-core/queue": "^1.2.16",
47 "esm": "^3.2.25",
48 "globby": "^11.0.0",
49 "semver": "^7.2.2"
50 },
51 "devDependencies": {
52 "typescript": "^3.8.3"
53 },
54 "gitHead": "b9047e4df93724d8f6572648841786eb334f1573"
55}