UNPKG

@ai4bharat/indic-transliterate

Version:
80 lines (79 loc) 2.38 kB
{ "name": "@ai4bharat/indic-transliterate", "version": "1.3.7", "description": "Transliterate component for React", "author": "AI4Bharat", "license": "MIT", "repository": "AI4Bharat/indic-transliterate-js", "types": "dist/types.d.ts", "keywords": [ "indic", "transliterate", "english to hindi" ], "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", "engines": { "node": ">=10" }, "scripts": { "start": "parcel watch", "build": "parcel build", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint . --no-error-on-unmatched-pattern", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && yarn install && yarn run build", "deploy": "gh-pages -d example/build", "dev": "yarn start & cd example && yarn start" }, "peerDependencies": { "react": "^16.0.0" }, "devDependencies": { "@babel/parser": "^7.18.13", "@parcel/packager-ts": "^2.0.0", "@parcel/transformer-typescript-types": "^2.0.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0", "@testing-library/user-event": "^13.2.1", "@types/jest": "^27.0.1", "@types/node": "^12.12.38", "@types/react": "^17.0.20", "@types/react-dom": "^17.0.9", "@types/textarea-caret": "^3.0.0", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "babel-eslint": "^10.0.3", "cross-env": "^7.0.2", "eslint": "^7.32.0", "eslint-config-prettier": "^6.7.0", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-standard": "^4.0.1", "gh-pages": "^2.2.0", "msw": "^0.35.0", "npm-run-all": "^4.1.5", "parcel": "^2.0.0", "postcss": "^8.2.1", "prettier": "^2.0.4", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "^4.0.3", "typescript": "^3.7.5" }, "files": [ "dist" ], "dependencies": { "textarea-caret": "^3.1.0" } }