mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
9f2a29a275
* refactor: new babel preset * chore: using pnpm let's see how it goes, all seems works fine by far, pretty solid.
25 lines
566 B
JSON
25 lines
566 B
JSON
{
|
|
"name": "@verdaccio/dev-types",
|
|
"version": "5.0.0-alpha.0",
|
|
"private": true,
|
|
"description": "types for verdaccio local dev",
|
|
"main": "./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"
|
|
}
|
|
}
|