@jesseditson/dnsimple
Version:
A Node.JS client for the DNSimple API.
50 lines (49 loc) • 1.41 kB
JSON
{
"name": "dnsimple",
"version": "8.0.0",
"description": "A Node.JS client for the DNSimple API.",
"keywords": [
"dnsimple",
"domains",
"dns",
"domain management",
"ssl certificates"
],
"homepage": "https://github.com/dnsimple/dnsimple-node",
"author": "DNSimple <support@dnsimple.com> (https://dnsimple.com/)",
"contributors": [
"Anthony Eden <anthony.eden@dnsimple.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/dnsimple/dnsimple-node.git"
},
"bugs:": "https://github.com/dnsimple/dnsimple-node/issues",
"engines": {
"node": ">= v18.0.0"
},
"main": "dist/lib/main.js",
"files": [
"dist"
],
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"js-yaml": ">=3.13.1",
"lodash": ">=4.17.13",
"nock": "^13.5.4",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"ts-jest": "^29.1.2",
"typescript": "^4.9.5"
},
"license": "MIT",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf dist",
"format": "prettier -w '*.{js,json}' '{lib,test}/**/*.ts'",
"format-check": "prettier --check '*.{js,json}' '{lib,test}/**/*.ts'",
"test": "jest"
}
}