-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "@ilb/uriaccessorjs",
"version": "1.0.33",
"description": "uriaccessor for javascript",
"type": "module",
"main": "src/index.js",
"files": [
"src"
],
"dependencies": {
"await-timeout": "^1.1.1",
"cross-fetch": "^3.1.6",
"node-abort-controller": "^3.0.1"
},
"devDependencies": {
"@ilb/eslint-config": "^1.0.2",
"better-https-proxy-agent": "^1.0.8",
"debug": "^4.3.4",
"dotenv": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"finalhandler": "^1.1.2",
"install": "^0.13.0",
"jest": "^27.4.5",
"npm": "^10.8.0",
"prettier": "^2.5.1",
"proxy-agent": "^5.0.0",
"serve-static": "^1.14.2"
},
"scripts": {
"test": "node --experimental-vm-modules --use-openssl-ca node_modules/jest/bin/jest.js",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c eslint.config.mjs .",
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint -c eslint.config.mjs --fix ."
},
"repository": {
"type": "git",
"url": "https://git.ilb.ru/ilb.ru/uriaccessorjs.git"
},
"author": "",
"license": "ISC"
}