mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
57cb03cdb7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
26 lines
589 B
JSON
26 lines
589 B
JSON
{
|
|
"name": "@verdaccio/dev-types",
|
|
"version": "5.0.0-alpha.1",
|
|
"private": true,
|
|
"description": "types for verdaccio local dev",
|
|
"main": "./index.ts",
|
|
"types": "index.ts",
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/verdaccio/verdaccio"
|
|
},
|
|
"dependencies": {
|
|
"lunr-mutable-indexes": "^2.3.2"
|
|
},
|
|
"homepage": "https://verdaccio.org",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf ./build",
|
|
"test": "echo \"Error: no test specified\" && exit 0"
|
|
}
|
|
}
|