{
"name": "@follow/constants",
"private": true,
"sideEffects": false,
"exports": {
".": "./src/index.ts"
},
"main": "./src/index.ts",
"scripts": {
"typecheck": "tsc --noEmit"
"dependencies": {
"@follow/types": "workspace:*"
}