-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.59 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.59 KB
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
47
48
49
50
51
52
53
54
{
"name": "locizer",
"version": "5.0.2",
"description": "locize connector",
"main": "dist/commonjs/index.js",
"jsnext:main": "dist/es/index.js",
"module": "dist/es/index.js",
"keywords": [
"locize",
"i18next-service",
"translation",
"localization as a service"
],
"homepage": "https://github.com/locize/locizer",
"bugs": "https://github.com/locize/locizer/issues",
"repository": {
"type": "git",
"url": "git://github.com/locize/locizer.git"
},
"dependencies": {
"i18next-browser-languagedetector": "8.2.1",
"i18next-locize-backend": "9.0.2",
"locize-lastused": "4.0.2"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "0.4.4",
"babel-eslint": "10.0.3",
"babelify": "10.0.0",
"chai": "6.2.2",
"cpy-cli": "^7.0.0",
"eslint": "9.39.2",
"eslint-plugin-import": "2.32.0",
"mocha": "11.7.5",
"neostandard": "0.13.0",
"rimraf": "6.1.3",
"rollup": "3.29.5"
},
"scripts": {
"lint": "eslint .",
"tdd": "karma start karma.conf.js",
"build": "rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./",
"test": "npm run lint && npm run build",
"preversion": "npm run test && npm run build && git push",
"postversion": "git push && git push --tags"
},
"author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl)",
"license": "MIT"
}