mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
aa763baec1
Add two different settings for compile and develop. https://www.typescriptlang.org/docs/handbook/project-references.html
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"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",
|
|
"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",
|
|
"build": "cross-env BABEL_ENV=registry babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps"
|
|
},
|
|
"dependencies": {
|
|
"@verdaccio/logger-prettify": "workspace:5.0.0-alpha.0",
|
|
"lodash": "4.17.15",
|
|
"pino": "5.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pino": "5.20.0",
|
|
"@verdaccio/types": "workspace:*"
|
|
},
|
|
"gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982"
|
|
}
|