1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/utils/package.json

42 lines
1.3 KiB
JSON
Raw Normal View History

2020-03-03 23:59:19 +01:00
{
"name": "@verdaccio/utils",
"version": "5.0.0-alpha.0",
"description": "verdaccio utilities",
"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"
},
"license": "MIT",
"homepage": "https://verdaccio.org",
"dependencies": {
"@verdaccio/commons-api": "^9.7.1",
"@verdaccio/dev-commons": "workspace:5.0.0-alpha.0",
"@verdaccio/readme": "9.6.1",
2020-03-03 23:59:19 +01:00
"js-yaml": "3.13.1",
"jsonwebtoken": "8.5.1",
"minimatch": "3.0.4",
"semver": "7.3.2"
2020-03-03 23:59:19 +01:00
},
"devDependencies": {
"lodash": "^4.17.19",
2020-03-03 23:59:19 +01:00
"@types/minimatch": "3.0.3",
"@verdaccio/logger": "workspace:5.0.0-alpha.0",
"@verdaccio/dev-types": "workspace:5.0.0-alpha.0"
2020-03-03 23:59:19 +01:00
},
"scripts": {
"clean": "rimraf ./build",
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest",
"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"
2020-03-03 23:59:19 +01:00
},
"gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982"
}