-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.08 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.08 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
{
"name": "react-formctrl-parent",
"version": "1.4.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "cd packages/react-formctrl && npm run test",
"test:dev": "cd packages/react-formctrl && npm run test:dev",
"link": "cd packages/react-formctrl && yarn link",
"unlink": "cd packages/react-formctrl && yarn unlink",
"cleandeps": "lerna clean",
"build": "lerna bootstrap",
"predev": "npm run build",
"dev:lib": "cd ./packages/react-formctrl && npm run dev",
"dev": "cd ./packages/react-formctrl-examples && npm run dev",
"predocs": "npm run build",
"docs": "cd ./packages/react-formctrl-examples && npm run docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leandrohsilveira/react-formctrl.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/leandrohsilveira/react-formctrl/issues"
},
"homepage": "https://github.com/leandrohsilveira/react-formctrl#readme",
"devDependencies": {
"lerna": "^2.11.0",
"moment": "^2.19.3"
},
"private": true
}