-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 972 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@jcoreio/clarity-plugin-toolkit-monorepo",
"version": "0.0.0-development",
"private": true,
"description": "development and deploy CLI for Clarity plugins",
"keywords": [],
"author": "Andy Edwards",
"license": "MIT",
"devDependencies": {
"@jcoreio/toolchain": "^5.10.8",
"@jcoreio/toolchain-circle": "^5.10.8",
"@jcoreio/toolchain-mocha": "^5.10.8",
"eslint": "9.36.0",
"glob": "^10.3.12",
"globals": "^16.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.4.2"
},
"sideEffects": false,
"scripts": {
"tc": "toolchain",
"toolchain": "toolchain",
"test": "toolchain test",
"prepublishOnly": "echo This package is meant to be published by semantic-release from the dist build directory. && exit 1"
},
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@10.6.5",
"dependencies": {
"@babel/runtime": "^7.18.6"
},
"@jcoreio/toolchain": {
"migratedVersion": "5.5.4"
}
}