-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 878 Bytes
/
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
35
36
37
{
"name": "faumally",
"private": true,
"devDependencies": {
"lerna": "^3.22.1",
"rimraf": "^3.0.2",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"version": "0.0.1",
"description": "Form library powered by state machines",
"scripts": {
"start:registry": "verdaccio",
"lerna:version": "lerna version",
"lerna:bootstrap": "lerna bootstrap",
"lerna:publish": "lerna publish from-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoshuaAmaju/faumally.git"
},
"keywords": [
"form",
"data",
"field",
"input",
"analytics",
"collection",
"statechart"
],
"author": "Joshua Amaju <princejosh0007@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoshuaAmaju/faumally/issues"
},
"homepage": "https://github.com/JoshuaAmaju/faumally#readme"
}