{ "name": "@lingdocs/pashto-inflector", "version": "0.1.7", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://github.com/lingdocs/pashto-inflector#readme", "license": "MIT", "main": "dist-cjs/library.js", "module": "dist/library.js", "types": "dist/library.d.ts", "private": false, "files": [ "dist", "dist-cjs", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/lingdocs/pashto-inflector.git" }, "publishConfig": { "registry":"https://reg.lingdocs.com" }, "dependencies": { "classnames": "^2.2.6" }, "devDependencies": { "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-image": "^2.0.6", "@rollup/plugin-node-resolve": "^11.2.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/jest": "^26.0.20", "@types/node": "^14.14.32", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.2", "node-fetch": "^2.6.1", "react": "^17.0.1", "react-bootstrap": "^1.5.1", "react-dom": "^17.0.1", "react-scripts": "4.0.3", "rimraf": "^3.0.2", "rollup": "^2.41.0", "typescript": "^4.2.3", "web-vitals": "^1.0.1" }, "peerDependencies": { "react": "^17.0.1", "react-bootstrap": "^1.5.1", "react-dom": "^17.0.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "build-website": "node get-verbs.js && npm run build", "build-library": "rimraf dist && rimraf dist-cjs && tsc --project library-tsconfig.json && cp src/components/verb-info/*.svg dist/components/verb-info && rollup -c", "test-ci": "npm run test -- --watchAll=false" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }