Files
boc/cc-frontend/node_modules/nano-time/package.json
T
Bernt aee0f09db8 landvex: Fixar och tester klara för alla komponenter
- Datafabrik: Dockerfile fix, agentorkestrering fungerar
- Vision: Identify-modell, FAISS, OCR alla testade
- API: Alla 7 integrationstester passerade
- Upplösare: Entitetsupplösning verifierad
2026-07-05 06:41:32 +00:00

31 lines
673 B
JSON

{
"name": "nano-time",
"version": "1.0.0",
"description": "Current Time in Nanoseconds",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sazze/node-nanotime.git"
},
"keywords": [
"nanoseconds",
"time",
"date",
"current",
"time",
"microseconds"
],
"author": "Kevin Smithson <ksmithson@sazze.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sazze/node-nanotime/issues"
},
"homepage": "https://github.com/sazze/node-nanotime#readme",
"dependencies": {
"big-integer": "^1.6.16"
}
}