-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.44 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.44 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
{
"bugs": "https://github.com/tseijp/react-mol/issues/",
"homepage": "https://tseijp.github.io/react-mol/",
"repository": "https://github.com/tseijp/react-mol/",
"description": "🍡A molecular chemistry based simulation library",
"keywords": [
"react",
"three",
"fiber",
"threejs",
"typescript"
],
"name": "@react-mol/root",
"author": "tsei",
"license": "MIT",
"private": true,
"maintainers": ["tseijp (https://github.com/tseijp)"],
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"core@latest": "lerna add @docusaurus/core@latest --dev --scope @react-mol/docs",
"preset@latest":"lerna add @docusaurus/preset-classic@latest --dev --scope @react-mol/docs",
"latest": "yarn run core@latest & yarn run preset@latest",
"start": "lerna exec --scope @react-mol/docs -- yarn start",
"build": "lerna exec --scope @react-mol/docs -- yarn build",
"deploy": "lerna exec --scope @react-mol/docs -- yarn deploy",
"update": "lerna exec --scope react-mol -- yarn publish",
"rollup": "lerna exec --scope react-mol -- rollup -c",
"watch": "lerna exec --scope react-mol -- jest --watch --runInBand",
"cov": "lerna exec --scope react-mol -- jest --coverage",
"ls": "lerna exec --scope react-mol -- npm pack --dry-run"
},
"devDependencies": {
"lerna": "^4.0.0"
}
}