mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@directus/release-notes-generator",
|
|
"version": "0.1.1",
|
|
"description": "Directus tailored release notes generator for changesets",
|
|
"homepage": "https://directus.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/directus/directus.git",
|
|
"directory": "packages/release-notes-generator"
|
|
},
|
|
"funding": "https://github.com/directus/directus?sponsor=1",
|
|
"license": "MIT",
|
|
"author": "Pascal Jufer <pascal-jufer@bluewin.ch>",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.prod.json",
|
|
"dev": "tsc --watch",
|
|
"test": "vitest --watch=false"
|
|
},
|
|
"dependencies": {
|
|
"@changesets/get-github-info": "0.5.2",
|
|
"@pnpm/find-workspace-dir": "6.0.0",
|
|
"@pnpm/find-workspace-packages": "6.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/types": "5.2.1",
|
|
"@directus/tsconfig": "workspace:*",
|
|
"@types/node": "18.16.12",
|
|
"@vitest/coverage-c8": "0.31.1",
|
|
"typescript": "5.0.4",
|
|
"vitest": "0.31.1"
|
|
}
|
|
}
|