@pacote/computus
Version:
Determine the calendar date of the Easter holiday.
38 lines (37 loc) • 919 B
JSON
{
"name": "@pacote/computus",
"description": "Determine the calendar date of the Easter holiday.",
"version": "2.0.4",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Luís Rodrigues",
"email": "hello@goblindegook.com",
"url": "https://goblindegook.com"
},
"keywords": [
"easter",
"computus"
],
"repository": "github:PacoteJS/pacote",
"bugs": {
"url": "https://github.com/PacoteJS/pacote/issues"
},
"publishConfig": {
"access": "public"
},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"typings": "lib/esm/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "pnpm build:esm && pnpm build:cjs",
"build:cjs": "tsc -p ./tsconfig.cjs.json",
"build:esm": "tsc -p ./tsconfig.esm.json",
"prepublish": "pnpm build"
},
"gitHead": "d57d56b739b2d1663b120ef853877077e3dcbd13"
}