UNPKG

datadirect

Version:
43 lines 1.16 kB
{ "name": "datadirect", "version": "0.4.6", "description": "Types for working with Blackbaud's front-end APIs", "keywords": [ "blackbaud", "datadirect", "sky", "api" ], "homepage": "https://github.com/groton-school/myschoolapp-reporting/tree/main/packages/datadirect#readme", "repository": { "type": "git", "url": "https://github.com/groton-school/myschoolapp-reporting.git", "directory": "packages/datadirect" }, "license": "MIT", "author": { "name": "Seth Battis", "email": "sbattis@groton.org" }, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "prettier": "@battis/prettier-config", "devDependencies": { "@battis/descriptive-types": "^0.1.0", "@battis/typescript-tricks": "^0.7.4", "@tsconfig/node20": "^20.1.4", "@types/node": "^22.13.10", "commit-and-tag-version": "^12.5.0", "del-cli": "^6.0.0", "npm-run-all": "^4.1.5", "typescript": "^5.7.3" }, "scripts": { "clean": "del ./dist", "build": "run-s build:*", "build:clean": "run-s clean", "build:compile": "tsc", "release": "commit-and-tag-version" } }