33 lines
790 B
JSON
33 lines
790 B
JSON
{
|
|
"name": "@messageformat/number-skeleton",
|
|
"version": "1.2.0",
|
|
"description": "A parser & formatter for ICU NumberFormat skeleton strings & patterns",
|
|
"keywords": [
|
|
"icu",
|
|
"messageformat",
|
|
"numberformatter",
|
|
"skeleton",
|
|
"parser",
|
|
"formatter"
|
|
],
|
|
"contributors": [
|
|
"Eemeli Aro <eemeli@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "http://messageformat.github.io/messageformat/api/number-skeleton/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/messageformat/messageformat.git",
|
|
"directory": "packages/number-skeleton"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.build.json",
|
|
"extract-api": "api-extractor run --verbose"
|
|
}
|
|
}
|