0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/commons/package.json

29 lines
870 B
JSON
Raw Normal View History

2020-03-03 17:59:19 -05:00
{
"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"
},
2020-03-03 17:59:19 -05:00
"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"
2020-03-03 17:59:19 -05:00
},
"gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982"
}