forked from oshkalns-tech/AccessiFly-Widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 898 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 898 Bytes
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
{
"name": "sienna-accessibility",
"version": "2.0.1",
"description": "Sienna: Accessibility Website Widget",
"main": "dist/sienna-accessibility.cjs.js",
"module": "dist/sienna-accessibility.esm.js",
"unpkg": "dist/sienna-accessibility.umd.js",
"scripts": {
"watch": "node esbuild.config.js --watch",
"build": "node esbuild.config.js --minify",
"lint": "eslint src --ext .ts,.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bennyluk/Sienna-Accessibility-Widget.git"
},
"author": "Benny Luk",
"license": "MIT",
"bugs": {
"url": "https://github.com/bennyluk/Sienna-Accessibility-Widget/issues"
},
"homepage": "https://accessibility-widget.pages.dev/",
"devDependencies": {
"@eslint/js": "^9.38.0",
"esbuild": "0.25.1",
"eslint": "^9.38.0",
"html-minifier": "^4.0.0",
"typescript-eslint": "^8.46.1"
}
}