2020-03-03 23:59:19 +01:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/utils",
|
2024-06-02 21:52:46 +02:00
|
|
|
"version": "7.0.0-next-7.16",
|
2020-03-03 23:59:19 +01:00
|
|
|
"description": "verdaccio utilities",
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"author": {
|
|
|
|
"name": "Juan Picado",
|
|
|
|
"email": "juanpicado19@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
2021-02-11 17:51:53 +01:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2020-03-03 23:59:19 +01:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
2021-02-11 17:51:53 +01:00
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"engines": {
|
2023-10-14 22:43:03 +02:00
|
|
|
"node": ">=12"
|
2021-02-11 17:51:53 +01:00
|
|
|
},
|
2020-03-03 23:59:19 +01:00
|
|
|
"dependencies": {
|
2024-06-02 21:52:46 +02:00
|
|
|
"@verdaccio/core": "workspace:7.0.0-next-7.16",
|
2023-10-14 22:43:03 +02:00
|
|
|
"minimatch": "7.4.6",
|
2024-03-03 19:13:10 +01:00
|
|
|
"semver": "7.6.0",
|
2021-08-30 08:19:08 +02:00
|
|
|
"lodash": "4.17.21"
|
2020-03-03 23:59:19 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
|
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest",
|
2020-09-07 07:07:05 +02: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",
|
2020-12-22 21:16:11 +01:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
2020-08-11 07:21:51 +02:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
2021-02-11 17:51:53 +01:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
2020-09-07 07:07:05 +02:00
|
|
|
}
|
2020-03-03 23:59:19 +01:00
|
|
|
}
|