forked from LoicMahieu/yup-locales
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1 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
44
45
46
{
"name": "yup-locales",
"version": "0.0.0-development",
"main": "dist/index.js",
"module": "dist/yup-locales.esm.js",
"typings": "dist/index.d.ts",
"keywords": [
"yup",
"locales",
"locale"
],
"repository": {
"type": "git",
"url": "https://github.com/loicmahieu/yup-locales.git"
},
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "npm run build && husky install",
"semantic-release": "semantic-release"
},
"peerDependencies": {},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.8",
"@types/jest": "^28.1.0",
"@vitalets/google-translate-api": "^8.0.0",
"fs-extra": "^10.1.0",
"husky": "^8.0.3",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^4.7.2",
"yup": "^1.2.0"
}
}