forked from saghul/txiki.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "txiki.js",
"version": "0.0.0",
"description": "Utilities for txiki.js",
"private": true,
"scripts": {
"postinstall": "patch-package",
"api-docs": "typedoc --tsconfig types/tsconfig.doc.json",
"api-docs-watch": "typedoc --tsconfig types/tsconfig.doc.json --watch --preserveWatchOutput --logLevel Verbose",
"deploy-api-docs": "gh-pages -d types/api -e api -u \"github-actions-bot <[email protected]>\"",
"lint": "eslint --max-warnings 0 ."
},
"license": "MIT",
"dependencies": {
"abortcontroller-polyfill": "^1.7.5",
"compression-streams-polyfill": "^0.1.7",
"esbuild": "^0.21.5",
"eslint": "^8.24.0",
"eslint-plugin-import": "^2.26.0",
"getopts": "^2.3.0",
"gh-pages": "^5.0.0",
"ipaddr.js": "^2.2.0",
"js-md5": "^0.8.3",
"js-sha1": "^0.7.0",
"js-sha256": "^0.9.0",
"js-sha3": "^0.9.3",
"js-sha512": "^0.9.0",
"patch-package": "^6.4.7",
"urlpattern-polyfill": "^10.0.0",
"uuid": "10.0.0",
"web-streams-polyfill": "^4.0.0",
"whatwg-url": "^14.0.0"
},
"devDependencies": {
"typedoc": "0.26.3"
}
}