19 lines
455 B
Plaintext
Executable File
19 lines
455 B
Plaintext
Executable File
{
|
|
"name": "@formatjs/icu-messageformat-parser",
|
|
"version": "2.1.0",
|
|
"main": "index.js",
|
|
"module": "lib/index.js",
|
|
"types": "index.d.ts",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/formatjs/formatjs.git",
|
|
"directory": "packages/icu-messageformat-parser"
|
|
},
|
|
"dependencies": {
|
|
"@formatjs/ecma402-abstract": "1.11.4",
|
|
"@formatjs/icu-skeleton-parser": "1.3.6",
|
|
"tslib": "^2.1.0"
|
|
}
|
|
}
|