-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "be-committed",
"version": "0.0.24",
"description": "Trigger Button Click on Enter of Input Box",
"keywords": [
"web components",
"web component",
"custom elements",
"custom element",
"built-in"
],
"main": "be-committed.js",
"module": "be-committed.js",
"exports": {
".": "./be-committed.js",
"./be-committed.js": "./be-committed.js"
},
"files": [
"*.js",
"types.d.ts"
],
"types": "./types.d.ts",
"dependencies": {
"be-enhanced": "0.0.147",
"be-hive": "0.0.224",
"trans-render": "0.0.848"
},
"devDependencies": {
"@playwright/test": "1.48.0",
"ssi-server": "0.0.1"
},
"scripts": {
"serve": "python3 ./node_modules/ssi-server/ssi_server.py",
"test": "playwright test",
"safari": "npx playwright wk http://localhost:8000",
"update": "ncu -u && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/be-committed.git"
},
"author": "anderson.bruce.b@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/be-committed/issues"
},
"homepage": "https://github.com/bahrus/be-committed#readme"
}