15 lines
363 B
JSON
15 lines
363 B
JSON
{
|
|
"name": "@foundary/shared",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Shared types, utilities, and constants",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "echo 'no linter configured yet'",
|
|
"test": "echo 'no tests configured yet'"
|
|
}
|
|
}
|