0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/logger/package.json

35 lines
1,014 B
JSON
Raw Normal View History

2020-03-03 17:59:19 -05:00
{
"name": "@verdaccio/logger",
"version": "5.0.0-alpha.0",
"description": "logger",
"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",
"scripts": {
"clean": "rimraf ./build",
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest --runTestsByPath",
2020-03-03 17:59:19 -05:00
"type-check": "tsc --noEmit",
"build:types": "tsc --emitDeclarationOnly --declaration true",
"build": "cross-env BABEL_ENV=registry babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps"
2020-03-03 17:59:19 -05:00
},
"dependencies": {
"@verdaccio/logger-prettify": "5.0.0-alpha.0",
"lodash": "4.17.15",
"pino": "5.17.0"
2020-03-03 17:59:19 -05:00
},
"devDependencies": {
"@types/pino": "5.20.0",
"@verdaccio/types": "workspace:*"
2020-03-03 17:59:19 -05:00
},
"gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982"
}