UNPKG

@fine-dev/fine-js

Version:

Javascript client for Fine BaaS

63 lines (62 loc) 2 kB
{ "name": "@fine-dev/fine-js", "private": false, "version": "0.0.24", "description": "Javascript client for Fine BaaS", "keywords": [ "javascript", "typescript", "fine" ], "homepage": "https://github.com/finehq/fine-js", "bugs": "https://github.com/finehq/fine-js/issues", "license": "MIT", "author": "Fine", "files": [ "dist", "src" ], "main": "dist/main/index.js", "module": "dist/module/index.js", "types": "dist/module/index.d.ts", "sideEffects": false, "repository": "finehq/fine-js", "scripts": { "clean": "rimraf dist", "format": "prettier --write \"{src,test}/**/*.ts\"", "build": "run-s clean format build:*", "build:main": "tsc -p tsconfig.json", "build:module": "tsc -p tsconfig.module.json", "types-generate": "dts-gen -m '@fine-dev/fine-js' -s", "test": "run-s test:types test:run", "test:run": "jest --runInBand", "test:coverage": "jest --runInBand --coverage", "test:watch": "jest --watch --verbose false --silent false", "test:types": "run-s build:module && tsd --files test/*.test-d.ts", "serve:coverage": "npm run test:coverage && serve test/coverage" }, "dependencies": { "@types/eslint": "^9.6.1", "better-auth": "^1.2.4" }, "peerDependencies": { "react": "^18.3.1", "@types/react": "^18.3.18" }, "devDependencies": { "@sebbo2002/semantic-release-jsr": "^1.0.0", "@types/jest": "^29.2.5", "@types/node": "22.13.5", "jest": "^29.3.1", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "rimraf": "^3.0.2", "semantic-release-plugin-update-version-in-files": "^1.1.0", "serve": "^14.2.1", "ts-jest": "^29.0.5", "ts-loader": "^8.0.11", "ts-node": "^10.9.1", "tsd": "^0.30.4", "typescript": "^5.7.3" } }