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