This repository was archived by the owner on Jul 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.45 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
{
"name": "intl-relativeformat",
"version": "6.4.3",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
"i18n",
"relative",
"moment",
"format",
"date"
],
"author": "Caridy Patino <caridy@gmail.com>",
"contributors": [
"Eric Ferraiuolo <edf@ericf.me>",
"Long Ho <holevietlong@gmail.com>"
],
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:formatjs/formatjs.git"
},
"main": "index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"devDependencies": {
"@formatjs/intl-relativetimeformat": "^2.3.3",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"full-icu": "^1.3.0",
"intl-pluralrules": "^1.0.3",
"mocha": "^6.1.4",
"rollup": "^1.16.7",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.2",
"source-map-support": "^0.5.12",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"scripts": {
"clean": "rimraf dist lib",
"build": "tsc -p src/tsconfig.json && tsc -p src/tsconfig.cjs.json && rollup -c rollup.config.js",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' mocha --opts mocha.opts tests/index.ts"
},
"homepage": "https://github.com/formatjs/formatjs",
"license": "BSD-3-Clause",
"deprecated": true,
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371"
}