2023-02-26 07:19:22 -05:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/signature",
|
2024-09-25 16:20:07 -05:00
|
|
|
"version": "8.0.0-next-8.1",
|
2023-02-26 07:19:22 -05:00
|
|
|
"description": "verdaccio signature utils",
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"author": {
|
|
|
|
"name": "Juan Picado",
|
|
|
|
"email": "juanpicado19@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"engines": {
|
2024-09-15 06:32:50 -05:00
|
|
|
"node": ">=18"
|
2023-02-26 07:19:22 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
2024-08-03 12:39:22 -05:00
|
|
|
"test": "vitest run",
|
2023-02-26 07:19:22 -05:00
|
|
|
"type-check": "tsc --noEmit -p tsconfig.build.json",
|
|
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
|
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
|
|
|
"watch": "pnpm build:js -- --watch",
|
|
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-07 09:23:04 -05:00
|
|
|
"jsonwebtoken": "9.0.2",
|
2024-09-12 12:21:14 -05:00
|
|
|
"debug": "4.3.7"
|
2023-02-26 07:19:22 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-25 16:20:07 -05:00
|
|
|
"@verdaccio/config": "workspace:8.0.0-next-8.2",
|
|
|
|
"@verdaccio/types": "workspace:13.0.0-next-8.1"
|
2023-02-26 07:19:22 -05:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
}
|
|
|
|
}
|