@aboutbits/internationalization
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "@aboutbits/internationalization", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Internationalization", | ||
"author": "AboutBits", | ||
"license": "MIT", | ||
"homepage": "https://github.com/aboutbits/internationalization", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/aboutbits/internationalization.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/aboutbits/internationalization/issues" | ||
}, | ||
"keywords": [ | ||
@@ -11,7 +21,12 @@ "internationalization", | ||
], | ||
"author": "AboutBits", | ||
"license": "MIT", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"readme.md", | ||
"dist/**/*" | ||
], | ||
"engines": { | ||
@@ -32,33 +47,18 @@ "npm": ">=8", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/aboutbits/internationalization.git" | ||
}, | ||
"files": [ | ||
"readme.md", | ||
"dist/**/*" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/aboutbits/internationalization/issues" | ||
}, | ||
"homepage": "https://github.com/aboutbits/internationalization#readme", | ||
"devDependencies": { | ||
"@types/jest": "^28.1.3", | ||
"@types/node": "^16.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.0", | ||
"@typescript-eslint/parser": "^5.30.0", | ||
"eslint": "^8.18.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^26.5.3", | ||
"eslint-plugin-prettier": "^4.1.0", | ||
"jest": "^28.1.2", | ||
"jest-environment-jsdom": "^28.1.2", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^28.0.5", | ||
"typescript": "^4.7.4" | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^18.19.26", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15064