mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
11 lines
171 B
JSON
11 lines
171 B
JSON
{
|
|
"name": "@plane/constants",
|
|
"version": "0.20.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*"
|
|
}
|
|
}
|