-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@plusnew/i18n",
"version": "0.2.3",
"description": "library for doing localization with plusnew",
"main": "src/index.tsx",
"module": "src/index.tsx",
"scripts": {
"prepublishOnly": "yarn run test --no-cache",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"keywords": [
"plusnew"
],
"repository": {
"type": "git",
"url": "git+https://github.com/plusnew/i18n.git"
},
"author": "Carlo Jeske",
"license": "MIT",
"bugs": {
"url": "https://github.com/plusnew/i18n/issues"
},
"dependencies": {},
"devDependencies": {
"@plusnew/core": "^1.7.9",
"@plusnew/driver-dom": "1.5.2",
"@plusnew/enzyme-adapter": "^1.1.2",
"@preact/signals-core": "^1.7.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"enzyme": "^3.11.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
}
}