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