mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
716734c83c
* feat: using workspace @verdaccio/types * feat: use core local-storage plugin * chore: add missing dependencies * chore: replace trace by debug * chore: plugin loader uses debug
28 lines
870 B
JSON
28 lines
870 B
JSON
{
|
|
"name": "@verdaccio/dev-commons",
|
|
"version": "5.0.0-alpha.0",
|
|
"description": "loaders logic",
|
|
"main": "./build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/verdaccio/verdaccio"
|
|
},
|
|
"homepage": "https://verdaccio.org",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@verdaccio/types": "workspace:10.0.0-beta"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf ./build",
|
|
"type-check": "tsc --noEmit",
|
|
"build:types": "tsc --emitDeclarationOnly --declaration true",
|
|
"build:js": "cross-env BABEL_ENV=registry babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
|
},
|
|
"gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982"
|
|
}
|