-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 891 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "malal",
"version": "2.0.0",
"description": "a lightweight i18n and l10n library for node.js and the browser",
"main": "src/index.js",
"scripts": {
"test": "ava",
"watch:test": "ava --watch",
"cover": "nyc ava"
},
"repository": {
"type": "git",
"url": "https://github.com/mouafa/malal.git"
},
"keywords": [
"i18n",
"l10n",
"Internationalization",
"localization",
"node.js",
"browser"
],
"author": "mouafa",
"license": "ISC",
"bugs": {
"url": "https://github.com/mouafa/malal/issues"
},
"homepage": "https://github.com/mouafa/malal#readme",
"devDependencies": {
"@std/esm": "0.19.1",
"ava": "0.17.0",
"coveralls": "2.11.16",
"nyc": "10.1.2"
},
"files": [
"README.md",
"logo.png",
"src/"
],
"ava": {
"require": [
"@std/esm"
]
},
"@std/esm": "cjs"
}