@technobuddha/library
Version:
A large library of useful functions
32 lines • 859 B
JSON
{
"name": "@technobuddha/library",
"version": "1.9.0",
"description": "A large library of useful functions",
"keywords": [
"miscellaneous"
],
"repository": {
"type": "git",
"url": "git+https://github.com/technobuddha/hill.software.git"
},
"homepage": "https://github.com/technobuddha/hill.software/tree/main/packages/library#technobuddhalibrary",
"bugs": {
"url": "https://github.com/technobuddha/hill.software/issues",
"email": "phil@technobuddha.com"
},
"license": "MIT",
"author": "Phil Hill <phil@technobuddha.com>",
"engines": {
"node": ">=14"
},
"scripts": {},
"dependencies": {
"lodash": "^4.17.21"
},
"main": "./time-span.cjs",
"module": "./time-span.mjs",
"browser": "./time-span.cjs",
"esnext": "./time-span.mjs",
"typescript": "./time-span.ts",
"types": "./time-span.d.ts"
}