summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/package.json
blob: 2fc98113eff5a69d2777a4af51f0eb8fdb9db802 (plain)
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
{
  "name": "icu4x",
  "version": "0.0.1",
  "description": "ICU4X JavaScript bindings via WebAssembly",
  "main": "index.js",
  "type": "module",
  "directories": {
    "lib": "lib",
    "test": "test",
    "bench": "bench"
  },
  "ava": {
    "files": [
      "test/*.mjs"
    ]
  },
  "scripts": {
    "test": "ava",
    "bench": "node bench/all.mjs",
    "prepare": "make"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unicode-org/icu4x.git"
  },
  "keywords": [
    "i18n"
  ],
  "bugs": {
    "url": "https://github.com/unicode-org/icu4x/issues"
  },
  "homepage": "https://github.com/unicode-org/icu4x#readme",
  "author": "The ICU4X Project Developers",
  "license": "Apache-2.0",
  "devDependencies": {
    "ava": "^5.3.1",
    "benchmark": "^2.1.4"
  }
}