UNPKG

@datadome/node-core

Version:

Core package for server-side modules using Node.js

48 lines (47 loc) 1.27 kB
{ "name": "@datadome/node-core", "version": "2.1.0", "description": "Core package for server-side modules using Node.js", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "ava", "test:snapshots": "ava --update-snapshots", "coverage": "c8 ava", "coverage:html": "c8 -r html ava && open-cli coverage/index.html", "version": "npm version --git-tag-version=false" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/datadome/node-core.git" }, "keywords": [ "datadome", "bot", "protection" ], "author": "DataDome <team.integrations@datadome.co>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/datadome/node-core/issues" }, "homepage": "https://github.com/datadome/node-core#readme", "devDependencies": { "@types/node": "^18.11.18", "ava": "^5.1.0", "c8": "^7.12.0", "cheerio": "^1.0.0-rc.12", "eslint": "^8.30.0", "nock": "^13.3.0", "open-cli": "^7.1.0", "prettier": "^2.8.1" }, "engines": { "node": ">=14" }, "ava": { "files": [ "tests/**/*.test.js" ] } }