mirror of
https://github.com/directus/directus.git
synced 2026-01-13 14:27:59 -05:00
38 lines
887 B
JSON
38 lines
887 B
JSON
{
|
|
"name": "@directus/system-data",
|
|
"version": "3.2.0",
|
|
"description": "Definitions and types for Directus system collections",
|
|
"homepage": "https://directus.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/directus/directus.git",
|
|
"directory": "packages/system-data"
|
|
},
|
|
"funding": "https://github.com/directus/directus?sponsor=1",
|
|
"license": "MIT",
|
|
"author": "Tim de Heiden <tim@directus.io>",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "NODE_ENV=production tsup",
|
|
"dev": "NODE_ENV=development tsup"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/tsconfig": "catalog:",
|
|
"esbuild": "catalog:",
|
|
"esbuild-yaml": "catalog:",
|
|
"tsup": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|