2020-03-03 17:59:19 -05:00
|
|
|
{
|
2021-09-03 10:40:21 -05:00
|
|
|
"private": true,
|
2020-03-03 17:59:19 -05:00
|
|
|
"name": "@verdaccio/dev-types",
|
2021-10-15 16:13:06 -05:00
|
|
|
"version": "6.0.0-6-next.5",
|
2020-03-03 17:59:19 -05:00
|
|
|
"description": "types for verdaccio local dev",
|
|
|
|
"main": "./index.ts",
|
2020-09-16 23:48:16 -05:00
|
|
|
"types": "index.ts",
|
2020-03-03 17:59:19 -05:00
|
|
|
"author": {
|
|
|
|
"name": "Juan Picado",
|
|
|
|
"email": "juanpicado19@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
2021-02-11 11:51:53 -05:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
2020-08-11 00:21:51 -05:00
|
|
|
"dependencies": {
|
2021-08-30 01:19:08 -05:00
|
|
|
"lunr-mutable-indexes": "2.3.2"
|
2020-08-11 00:21:51 -05:00
|
|
|
},
|
2020-03-03 17:59:19 -05:00
|
|
|
"homepage": "https://verdaccio.org",
|
2021-02-11 11:51:53 -05:00
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"engines": {
|
2021-10-15 11:49:47 -05:00
|
|
|
"node": ">=14",
|
2021-02-11 11:51:53 -05:00
|
|
|
"npm": ">=6"
|
|
|
|
},
|
2020-03-03 17:59:19 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 0"
|
2021-02-11 11:51:53 -05:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
2020-03-03 17:59:19 -05:00
|
|
|
}
|
|
|
|
}
|