Files
solisting/package.json
thesn10 d245785b32 feat: add @solisting/sdk package scaffold
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 22:02:41 +02:00

17 lines
298 B
JSON

{
"name": "solisting",
"license": "ISC",
"private": true,
"workspaces": [
"sdk",
"app"
],
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"devDependencies": {
"prettier": "^3.8.3"
}
}