|
| 1 | +{ |
| 2 | + "name": "@aboutbits/yup-locales", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "Custom yup locales", |
| 5 | + "keywords": [ |
| 6 | + "yup", |
| 7 | + "internationalization", |
| 8 | + "language", |
| 9 | + "languages" |
| 10 | + ], |
| 11 | + "author": "AboutBits", |
| 12 | + "license": "MIT", |
| 13 | + "private": false, |
| 14 | + "main": "en.js", |
| 15 | + "typings": "en.d.ts", |
| 16 | + "scripts": { |
| 17 | + "build": "tsc", |
| 18 | + "lint": "eslint --ext js,ts,tsx src", |
| 19 | + "lint:fix": "npm run lint -- --fix", |
| 20 | + "test": "jest --config jest.config.js --passWithNoTests", |
| 21 | + "prepare": "npm run build", |
| 22 | + "prepublishOnly": "npm run test && npm run lint", |
| 23 | + "version": "npm run test && npm run lint && git add -A src", |
| 24 | + "postversion": "git push && git push --tags" |
| 25 | + }, |
| 26 | + "repository": { |
| 27 | + "type": "git", |
| 28 | + "url": "git+https://github.com/aboutbits/yup-locales.git" |
| 29 | + }, |
| 30 | + "files": [ |
| 31 | + "readme.md", |
| 32 | + "it.js", |
| 33 | + "it.d.ts", |
| 34 | + "de.js", |
| 35 | + "de.d.ts", |
| 36 | + "en.js", |
| 37 | + "en.d.ts" |
| 38 | + ], |
| 39 | + "publishConfig": { |
| 40 | + "access": "public" |
| 41 | + }, |
| 42 | + "bugs": { |
| 43 | + "url": "https://github.com/aboutbits/yup-locales/issues" |
| 44 | + }, |
| 45 | + "homepage": "https://github.com/aboutbits/yup-locales#readme", |
| 46 | + "engines": { |
| 47 | + "npm": "^8", |
| 48 | + "node": "^16" |
| 49 | + }, |
| 50 | + "devDependencies": { |
| 51 | + "@types/jest": "^28.1.3", |
| 52 | + "@types/node": "^16.0.0", |
| 53 | + "@typescript-eslint/eslint-plugin": "^5.29.0", |
| 54 | + "@typescript-eslint/parser": "^5.29.0", |
| 55 | + "babel-jest": "^28.1.1", |
| 56 | + "babel-loader": "^8.2.5", |
| 57 | + "eslint": "^8.18.0", |
| 58 | + "eslint-config-prettier": "^8.5.0", |
| 59 | + "eslint-plugin-import": "^2.26.0", |
| 60 | + "eslint-plugin-jest": "^26.5.3", |
| 61 | + "eslint-plugin-prettier": "^4.0.0", |
| 62 | + "jest": "^28.1.1", |
| 63 | + "prettier": "^2.7.1", |
| 64 | + "typescript": "^4.7.4", |
| 65 | + "yup": "^0.32.11" |
| 66 | + } |
| 67 | +} |
0 commit comments