@nesto-software/moment-holiday-sweden
Version:
The swedish locale for moment-holiday.
59 lines (58 loc) • 1.59 kB
JSON
{
"name": "@nesto-software/moment-holiday-sweden",
"version": "0.1.2",
"description": "The swedish locale for moment-holiday.",
"keywords": [
"moment",
"momentjs",
"holiday",
"holidays",
"sweden",
"swedish",
"se",
"sv",
"sverige",
"svenska"
],
"author": "Nesto Software GmbH",
"contributors": [
"Martin Löper <martin.loeper@nesto-software.de>",
"Mattias Reichel <mattias.reichel@gmail.com>"
],
"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/sweden",
"gitHead": "863b86e1fc80f691ed085af1cd8fc62ef13752f2"
}