2016-04-21 22:13:49 +02:00
|
|
|
{
|
|
|
|
"author": {
|
2019-02-07 07:51:44 +01:00
|
|
|
"name": "Verdaccio Maintainers",
|
|
|
|
"email": "verdaccio.npm@gmail.com"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/verdaccio/verdaccio"
|
|
|
|
},
|
2019-08-26 07:01:48 +02:00
|
|
|
"homepage": "https://verdaccio.org",
|
2020-03-03 23:59:19 +01:00
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
2020-06-24 12:28:00 +02:00
|
|
|
"packages/*",
|
|
|
|
"website"
|
2020-03-03 23:59:19 +01:00
|
|
|
],
|
2019-12-11 23:41:25 +01:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
},
|
2016-04-21 22:13:49 +02:00
|
|
|
"devDependencies": {
|
2020-03-03 23:59:19 +01:00
|
|
|
"@commitlint/cli": "8.3.5",
|
|
|
|
"@commitlint/config-conventional": "8.2.0",
|
2020-03-04 20:47:41 +01:00
|
|
|
"@octokit/rest": "17.0.0",
|
2020-03-03 23:59:19 +01:00
|
|
|
"@types/async": "3.0.3",
|
|
|
|
"@types/express": "4.17.1",
|
|
|
|
"@types/http-errors": "1.6.3",
|
2020-05-20 22:45:08 +02:00
|
|
|
"@types/jest": "25.2.3",
|
|
|
|
"@types/lodash": "4.14.151",
|
|
|
|
"@types/mime": "2.0.2",
|
2019-07-16 08:40:01 +02:00
|
|
|
"@types/minimatch": "3.0.3",
|
2020-03-03 23:59:19 +01:00
|
|
|
"@types/node": "12.12.21",
|
|
|
|
"@types/request": "2.48.3",
|
2020-05-20 22:45:08 +02:00
|
|
|
"@types/semver": "7.2.0",
|
|
|
|
"@verdaccio/babel-preset": "9.4.0",
|
|
|
|
"@verdaccio/eslint-config": "9.0.0",
|
|
|
|
"@verdaccio/types": "9.5.0",
|
2020-03-03 23:59:19 +01:00
|
|
|
"codecov": "3.6.1",
|
2020-05-20 22:45:08 +02:00
|
|
|
"cross-env": "7.0.2",
|
|
|
|
"detect-secrets": "1.0.6",
|
|
|
|
"eslint": "7.0.0",
|
2020-03-03 23:59:19 +01:00
|
|
|
"fs-extra": "8.1.0",
|
|
|
|
"get-stdin": "7.0.0",
|
2019-07-16 08:40:01 +02:00
|
|
|
"husky": "2.7.0",
|
2020-03-03 23:59:19 +01:00
|
|
|
"in-publish": "2.0.0",
|
2020-05-20 22:45:08 +02:00
|
|
|
"jest": "26.0.1",
|
|
|
|
"jest-environment-node": "26.0.1",
|
|
|
|
"jest-junit": "10.0.0",
|
|
|
|
"kleur": "3.0.3",
|
|
|
|
"lerna": "3.21.0",
|
2019-07-16 08:40:01 +02:00
|
|
|
"lint-staged": "8.2.1",
|
2020-05-20 22:45:08 +02:00
|
|
|
"nock": "11.7.2",
|
|
|
|
"prettier": "1.19.1",
|
2020-03-03 23:59:19 +01:00
|
|
|
"rimraf": "3.0.0",
|
|
|
|
"selfsigned": "1.10.7",
|
2020-05-20 22:45:08 +02:00
|
|
|
"standard-version": "7.0.1",
|
|
|
|
"supertest": "4.0.2",
|
|
|
|
"typescript": "3.9.2",
|
|
|
|
"verdaccio": "4.6.2",
|
|
|
|
"verdaccio-auth-memory": "9.3.0",
|
|
|
|
"verdaccio-memory": "9.3.0"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-03-03 23:59:19 +01:00
|
|
|
"bootstrap": "lerna bootstrap",
|
|
|
|
"debug": "node debug/bootstrap.js",
|
|
|
|
"dev": "cross-env BABEL_ENV=registry babel-node --extensions \".ts,.tsx\" packages/cli/src",
|
|
|
|
"clean": "lerna run clean",
|
|
|
|
"build": "lerna run build",
|
|
|
|
"docker": "docker build -t verdaccio/verdaccio:local . --no-cache",
|
|
|
|
"release": "lerna version --conventional-commits",
|
|
|
|
"version:canary": "lerna version --conventional-commits --conventional-prerelease --no-commit-hooks --exact --no-changelog --yes --preid alpha",
|
|
|
|
"publish:canary": "lerna publish from-package --canary --yes --no-git-reset --no-git-tag-version --no-push --force-publish --concurrency 1",
|
|
|
|
"release:from-prerelease": "lerna version --conventional-commits --conventional-graduate",
|
|
|
|
"release:prerelease": "lerna version --conventional-commits --conventional-prerelease --preid next --registry http://localhost:4873",
|
|
|
|
"release:publish": "lerna publish from-git",
|
|
|
|
"release:publish-prerelease": "lerna publish from-git --pre-dist-tag next",
|
|
|
|
"lint": "eslint \"packages/**/@(src|tests)/**\"",
|
|
|
|
"test": "lerna run test --concurrency 1",
|
2020-06-24 12:28:00 +02:00
|
|
|
"test:e2e:cli": "cross-env NODE_ENV=test jest --config ./test/e2e-cli/jest.config.e2e.cli.js --passWithNoTests",
|
|
|
|
"website:lint": "cd website && yarn lint",
|
|
|
|
"website:develop": "cd website && yarn develop",
|
|
|
|
"website:build": "cd website && yarn build"
|
2018-08-15 22:17:41 +02:00
|
|
|
},
|
2018-01-20 09:45:44 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"commitlint": {
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
]
|
|
|
|
}
|
2018-02-24 22:18:58 +01:00
|
|
|
}
|