-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
44 lines (43 loc) · 1.28 KB
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
37
38
39
40
41
42
43
{
"name": "content-js-sdk",
"version": "1.0.0",
"description": "",
"license": "Apache-2.0",
"author": "",
"type": "commonjs",
"main": "index.js",
"private": "true",
"scripts": {
"build": "pnpm --filter \"./packages/**\" build",
"install:all": "pnpm --filter \"./packages/**\" install && pnpm --filter \"./packages/**\" build && pnpm --filter \"./samples/**\" --filter \"./templates/**\" install",
"build:samples": "pnpm --filter \"./samples/**\" build",
"clean:all": "pnpm -r clean",
"test": "echo \"Error: no test specified\" && exit 1",
"publish:all": "pnpm --filter \"./packages/**\" publish --access public --no-git-checks",
"update-hooks": "pnpm simple-git-hooks"
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
"devDependencies": {
"lerna": "^8.2.2",
"prettier": "3.8.3",
"pretty-quick": "^4.2.2",
"simple-git-hooks": "^2.13.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss"
],
"supportedArchitectures": {
"os": [
"current"
],
"cpu": [
"current"
]
},
"overrides": {
"@redocly/ajv": "npm:ajv@^8.18.0"
}
}
}