forked from vimeo/babel-plugin-transform-i18n
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 898 Bytes
/
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
{
"name": "@skyscanner/babel-plugin-skyscanner-i18n",
"version": "1.2.0",
"description": "A Babel transform plugin to replace strings with their translations.",
"license": "MIT",
"author": "Paolo Chiabrera <paolo.chiabrera@skyscanner.net>",
"access": "public",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:Skyscanner/babel-plugin-transform-i18n.git"
},
"engines": {
"node": ">=18.16.0",
"npm": ">=9.5.1"
},
"keywords": [
"babel",
"babel-plugin",
"i18n"
],
"scripts": {
"lint": "eslint *.js",
"publish": "npm_config_registry=https://registry.npmjs.org/ npx np",
"test": "jest",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@skyscanner/eslint-config-skyscanner": "^17.4.0",
"babel-jest": "^27.5.1",
"husky": "^8.0.3",
"jest": "^29.6.2"
}
}