-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.44 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.44 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
55
56
57
58
59
60
61
62
{
"author": {
"name": "Hasan Karahan",
"email": "hkarahan@dizmo.com",
"url": "https://github.com/hsk81"
},
"contributors": [
{
"name": "Hasan Karahan",
"email": "hkarahan@dizmo.com",
"url": "https://github.com/hsk81"
}
],
"description": "i18n module",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.2",
"chai": "^4.3.4",
"coveralls": "^3.1.0",
"eslint": "^7.26.0",
"esm": "^3.2.25",
"jsdoc": "^3.6.7",
"minami": "^1.2.3",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"sinon": "^10.0.0",
"source-map-loader": "^2.0.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"yargs": "^17.0.1"
},
"files": [
"dist/lib"
],
"keywords": [
"i18n",
"library",
"module",
"translation"
],
"license": "ISC",
"main": "dist/lib/index.js",
"name": "@dizmo/i18n",
"repository": {
"type": "git",
"url": "https://github.com/dizmo/i18n"
},
"scripts": {
"build": "node ./cli/run-build.js",
"clean": "node ./cli/run-clean.js",
"cover": "node ./cli/run-test.js --cover",
"docs": "node ./cli/run-docs.js",
"lint": "node ./cli/run-lint.js",
"prepack": "node ./cli/run-prepack.js",
"prepare": "npm run -- build --prepack",
"test": "node ./cli/run-test.js"
},
"version": "2.1.1"
}