bare-hrtime
Version:
High-resolution timers for JavaScript
41 lines (40 loc) • 906 B
JSON
{
"name": "bare-hrtime",
"version": "2.0.11",
"description": "High-resolution timers for JavaScript",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./package": "./package.json"
},
"files": [
"index.js",
"index.d.ts",
"binding.c",
"binding.js",
"CMakeLists.txt",
"prebuilds"
],
"addon": true,
"scripts": {
"test": "prettier . --check && bare test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-hrtime.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-hrtime/issues"
},
"homepage": "https://github.com/holepunchto/bare-hrtime#readme",
"devDependencies": {
"brittle": "^3.2.1",
"cmake-bare": "^1.1.6",
"prettier": "^3.4.2",
"prettier-config-standard": "^7.0.0"
}
}