-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "@wunderwerk/verdaccio-static-access-token-middleware-plugin",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build",
"watch": "tsc --watch",
"lint": "eslint src/{**/*,*}.ts && prettier --check src/{**/*,*}.ts",
"lint:fix": "eslint --fix src/{**/*,*}.ts && prettier --write src/{**/*,*}.ts"
},
"keywords": [
"verdaccio",
"verdaccio-plugin",
"verdaccio-auth-plugin",
"plugin",
"auth"
],
"author": "",
"license": "ISC",
"dependencies": {
"@verdaccio/core": "6.0.0-6-next.48",
"debug": "^4.3.4"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/express": "^4.17.14",
"@types/node": "^18.8.2",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@verdaccio/config": "6.0.0-6-next.48",
"@verdaccio/logger": "6.0.0-6-next.16",
"@verdaccio/types": "^10.7.0",
"@wunderwerk/eslint-config": "^1.0.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.6",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}