UNPKG

@codspeed/core

Version:

The core Node library used to integrate with Codspeed runners

35 lines 864 B
{ "name": "@codspeed/core", "version": "4.0.1", "description": "The core Node library used to integrate with Codspeed runners", "keywords": [ "codspeed", "benchmark", "performance" ], "files": [ "dist", "prebuilds" ], "main": "dist/index.cjs.js", "module": "dist/index.es5.js", "types": "dist/index.d.ts", "gypfile": true, "author": "Arthur Pastel <arthur@codspeed.io>", "repository": "https://github.com/CodSpeedHQ/codspeed-node", "homepage": "https://codspeed.io", "license": "Apache-2.0", "devDependencies": { "@types/find-up": "^4.0.0", "node-addon-api": "^5.1.0", "node-gyp": "^9.3.1", "openapi-typescript-codegen": "^0.23.0", "prebuildify": "^5.0.1" }, "dependencies": { "axios": "^1.4.0", "find-up": "^6.3.0", "form-data": "^4.0.0", "node-gyp-build": "^4.6.0" } }