UNPKG

nachocode-client-sdk

Version:
94 lines (93 loc) 2.57 kB
{ "name": "nachocode-client-sdk", "version": "1.6.5", "description": "Nachocode Client SDK", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "types/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" } }, "scripts": { "clean": "rm -rf dist .tsbuildinfo *.tgz", "build": "rollup -c && tsc --emitDeclarationOnly", "build:clean": "npm run clean && rollup -c && tsc --emitDeclarationOnly", "test": "jest --coverage --silent -c jest.config.mjs", "test:watch": "jest --watch", "lint": "eslint --ignore-path .eslintignore --fix .", "prettier": "prettier --ignore-path .prettierignore --write ." }, "keywords": [ "Nachocode", "Client", "SDK", "React", "TypeScript", "WebView", "Hybrid", "Android", "iOS" ], "author": { "name": "FlipperCorporation", "email": "flipper@nachocode.io" }, "contributors": [ "Taekyu Park <kyu6e2@nachocode.io>", "John An <john_an@nachocode.io>" ], "repository": { "type": "git", "url": "git+https://github.com/FlipperCorporation/nachocode-client-sdk.git" }, "license": "MIT", "bugs": { "url": "https://github.com/FlipperCorporation/nachocode-client-sdk/issues" }, "files": [ "dist", "types", "README.md" ], "homepage": "https://developer.nachocode.io", "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", "@tsconfig/node20": "^20.1.2", "@types/jest": "^29.5.14", "@types/node": "^20.11.27", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.2.5", "react-test-renderer": "^19.0.0", "rollup": "^4.36.0", "ts-jest": "^29.2.6", "tslib": "^2.8.1", "typescript": "^5.8.2" }, "dependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-typescript2": "^0.36.0" }, "peerDependencies": { "react": ">=16.0.0", "react-dom": ">=16.0.0" } }