-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 927 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": "@cfware/form",
"version": "1.0.0",
"description": "Form routines and base class",
"type": "module",
"main": "form.js",
"exports": "./form.js",
"scripts": {
"test": "cfware-lint ."
},
"engines": {
"node": ">=18"
},
"author": "Corey Farrell",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cfware/form.git"
},
"bugs": {
"url": "https://github.com/cfware/form/issues"
},
"homepage": "https://github.com/cfware/form#readme",
"dependencies": {
"@cfware/event-blocker": "^0.1",
"@cfware/history-state": "^1",
"@cfware/shadow-element": "^1",
"@cfware/symbols": "^1"
},
"peerDependencies": {
"@cfware-app/icon": "*"
},
"devDependencies": {
"@cfware-app/icon": "file:pkgs/icon",
"@cfware/lint": "^4"
}
}