12 lines
288 B
JSON
12 lines
288 B
JSON
{
|
|
"name": "@foundary/config",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Shared configuration (TypeScript, ESLint, etc.)",
|
|
"main": "./tsconfig.base.json",
|
|
"scripts": {
|
|
"lint": "echo 'no linter configured yet'",
|
|
"test": "echo 'no tests configured yet'"
|
|
}
|
|
}
|