verdaccio/packages/hooks/package.json

37 lines
1.1 KiB
JSON
Raw Normal View History

2020-03-03 23:59:19 +01:00
{
"name": "@verdaccio/hooks",
"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"
},
"license": "MIT",
"homepage": "https://verdaccio.org",
"dependencies": {
"@verdaccio/commons-api": "9.6.1",
2020-03-03 23:59:19 +01:00
"@verdaccio/logger": "5.0.0-alpha.0",
"handlebars": "4.5.3",
2020-03-03 23:59:19 +01:00
"request": "2.87.0"
},
"devDependencies": {
"@verdaccio/dev-commons": "5.0.0-alpha.0",
"@verdaccio/types": "9.5.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": "npm run build:js && npm run build:types"
},
"gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982"
}