UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

55 lines (54 loc) 1.39 kB
{ "name": "@drewsonne/maya-dates", "version": "1.2.3", "description": "Typescript package to manipulate dates in the Maya Calendar", "main": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/drewsonne/maya-dates.git" }, "publishConfig": { "access": "public" }, "keywords": [ "digital-humanities", "maya", "maya-calendar" ], "author": "Drew J. Sonne <drew.sonne@gmail.com>", "license": "GPL-3.0", "private": false, "devDependencies": { "@babel/preset-env": "~7.16", "@types/chai": "~4.3", "@types/mocha": "~9.1", "@types/node": "~17.0", "chai": "~4.3", "mocha": "~9.2", "nyc": "~15.1", "regenerator-runtime": "~0.13", "ts-node": "~10.5", "typedoc": "~0.22" }, "dependencies": { "moonbeams": "~2.0", "typescript": "~4.5" }, "scripts": { "test": "mocha -r ts-node/register 'src/**/*.spec.ts'", "prepublishOnly": "npm run build", "build": "rm -rf lib && tsc -p tsconfig.json", "build:check": "tsc --noEmit -p tsconfig.json", "build:clean": " ./scripts/clean-build.sh", "build:docs": "typedoc --out docs src/" }, "files": [ "lib", "decs.d.ts" ], "bugs": { "url": "https://github.com/drewsonne/maya-dates/issues" }, "homepage": "https://github.com/drewsonne/maya-dates#readme" }