-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 928 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 928 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
37
{
"name": "arcxp-shared-components",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "node ./scripts/build src/blocks && node ./scripts/build src/components"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:arcxp/arcxp-shared-components.git"
},
"author": "Arc XP",
"license": "MIT",
"bugs": {
"url": "https://github.com/arcxp/arcxp-shared-components/issues"
},
"homepage": "https://github.com/arcxp/arcxp-shared-components#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"globby": "10.0.2",
"node-fs-extra": "0.8.2",
"lerna": "7.2.0"
},
"description": "",
"workspaces": [
"src/blocks/*",
"src/components/*",
"src/utils/*"
]
}