13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"name": "@foundary/shared",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Shared types, utilities, and constants for Foundary",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "echo 'No build configured yet'",
|
|
"lint": "echo 'No linter configured yet'",
|
|
"test": "echo 'No tests configured yet'"
|
|
}
|
|
}
|