-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 KB
/
package.json
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
{
"name": "@yoskutik/mobx-form-schema-monorepo",
"version": "0.1.0",
"private": true,
"description": "The simple way to organize you forms!",
"keywords": [
"forms",
"validation",
"mobx",
"decorator"
],
"homepage": "https://yoskutik.github.io/mobx-form-schema",
"scripts": {
"pub": "yarn --cwd packages/tests test && cp packages/mobx-form-schema/README.md README.md && yarn --cwd packages/mobx-form-schema pub",
"build": "yarn --cwd packages/mobx-form-schema build && yarn --cwd packages/docs build",
"test": "yarn --cwd packages/tests test",
"start": "yarn --cwd packages/docs start"
},
"bugs": {
"url": "https://github.com/Yoskutik/mobx-form-schema/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Yoskutik/mobx-form-schema.git"
},
"author": "Yoskutik <[email protected]>",
"license": "MIT",
"workspaces": [
"packages/docs",
"packages/mobx-form-schema",
"packages/tests"
]
}