33 lines
585 B
JSON
33 lines
585 B
JSON
{
|
|
"private": true,
|
|
"name": "@lingui/jest-mocks",
|
|
"version": "3.0.3",
|
|
"description": "Mocks for Jest",
|
|
"main": "index.js",
|
|
"author": {
|
|
"name": "Tomáš Ehrlich",
|
|
"email": "tomas.ehrlich@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"jest",
|
|
"testing",
|
|
"mock"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Azq2/js-lingui-solid.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Azq2/js-lingui-solid/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
]
|
|
}
|