17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"name": "@tools/constants",
|
|
"version": "0.0.1",
|
|
"description": "Shared constants for Payload internal tooling",
|
|
"license": "MIT",
|
|
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|