@nesto-software/moment-holiday-germany
Version:
The german locale for moment-holiday.
58 lines (57 loc) • 1.72 kB
JSON
{
"name": "@nesto-software/moment-holiday-germany",
"version": "1.0.15",
"description": "The german locale for moment-holiday.",
"keywords": [
"moment",
"momentjs",
"holiday",
"holidays",
"germany",
"german",
"de",
"de/de",
"deutschland",
"deutsch"
],
"author": "Nesto Software GmbH",
"contributors": [
"Martin Löper <martin.loeper@nesto-software.de>"
],
"sideEffects": false,
"peerDependencies": {
"moment": ">=2.0.0"
},
"devDependencies": {
"@nesto-software/moment-holiday-core": "^1.0.3",
"@types/jest": "^23.3.1",
"@types/node": "10.9.4",
"jest": "^23.5.0",
"ts-jest": "^23.1.4",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"files": [
"dist/**/*",
"dist.browser/**/*"
],
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"browser": "dist.browser/index.js",
"scripts": {
"compile": "tsc -p tsconfig.node.json",
"compile:browser": "tsc -p tsconfig.browser.json",
"test": "npm run test:unit",
"test:coverage": "jest --config=test/unit/jest.config.js --coverage",
"test:unit": "jest --config=test/unit/jest.config.js",
"lint": "tslint 'src/**/*.ts'",
"clean": "rm -Rf dist",
"snyk:monitor": "snyk auth $SNYK_TOKEN && snyk monitor",
"snyk:protect": "snyk protect",
"snyk:test": "snyk test"
},
"repository": "https://github.com/nesto-software/moment-holiday/tree/master/packages/locales/germany",
"gitHead": "51ea6e722705d810e60ad6e927f616bb2f129cb8"
}