bms-repository/shared/client-api/package.json
pfych 0029086b3f
Some checks failed
Build & Lint / build-lint (push) Failing after 2m10s
Deploy / setup (push) Failing after 1m3s
Init
2024-10-12 14:08:09 +11:00

14 lines
342 B
JSON

{
"name": "@baseline/client-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"lint": "npx eslint --config '.eslintrc.js' '**/*.{ts,tsx,js}'",
"pretty": "npx prettier --write '*.{ts,tsx,js,json,css,scss,md,yml,yaml,html}'"
},
"dependencies": {
"@baseline/types": "workspace:1.0.0",
"axios": "1.7.7"
}
}