1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/types/package.json
2021-04-09 17:54:41 +02:00

45 lines
911 B
JSON

{
"name": "@verdaccio/dev-types",
"version": "6.0.0-alpha.3",
"private": true,
"description": "types for verdaccio local dev",
"main": "./index.ts",
"types": "index.ts",
"author": {
"name": "Juan Picado",
"email": "juanpicado19@gmail.com"
},
"repository": {
"type": "https",
"url": "https://github.com/verdaccio/verdaccio"
},
"dependencies": {
"lunr-mutable-indexes": "^2.3.2"
},
"homepage": "https://verdaccio.org",
"keywords": [
"private",
"package",
"repository",
"registry",
"enterprise",
"modules",
"proxy",
"server",
"verdaccio"
],
"engines": {
"node": ">=10",
"npm": ">=6"
},
"license": "MIT",
"scripts": {
"clean": "rimraf ./build",
"test": "echo \"Error: no test specified\" && exit 0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
}
}