globalping-ts
Version:
Typescript library for the Globalping API
52 lines (51 loc) • 1.5 kB
JSON
{
"name": "globalping-ts",
"version": "1.0.5",
"description": "Typescript library for the Globalping API",
"scripts": {
"build": "tsc",
"test": "mocha 'test/**/*.ts' --exclude 'test-system/**/*.ts'",
"prettier": "prettier --write --cache --cache-strategy metadata . !dist",
"lint": "eslint ."
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"typescript",
"api",
"globalping"
],
"author": "eyepokes",
"homepage": "https://github.com/eyepokes/globalping-ts#readme",
"bugs": {
"url": "https://https://github.com/eyepokes/globalping-ts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eyepokes/globalping-ts.git"
},
"license": "MIT",
"dependencies": {
"axios": "^1.7.7"
},
"packageManager": "pnpm@9.11.0",
"devDependencies": {
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.0",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.11.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"sinon": "^19.0.2",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18"
}
}