mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
7cc2fe20af
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@verdaccio/readme",
|
|
"version": "10.0.0-alpha.2",
|
|
"description": "Readme markdown parser",
|
|
"keywords": [
|
|
"verdaccio",
|
|
"readme",
|
|
"markdown"
|
|
],
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://verdaccio.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/verdaccio/verdaccio",
|
|
"directory": "packages/core/readme"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"dependencies": {
|
|
"dompurify": "2.0.8",
|
|
"jsdom": "15.2.1",
|
|
"marked": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@verdaccio/types": "workspace:10.0.0-alpha.2"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf ./build",
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest",
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
|
"watch": "pnpm build:js -- --watch",
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/verdaccio"
|
|
}
|
|
}
|