toosoon-utils
Version:
Utility functions & classes
61 lines (60 loc) • 1.54 kB
JSON
{
"name": "toosoon-utils",
"version": "4.1.9",
"description": "Utility functions & classes",
"type": "module",
"engines": {
"node": ">=16"
},
"main": "",
"types": "./lib/types.d.ts",
"exports": {
"./colors": "./lib/colors.js",
"./dom": "./lib/dom.js",
"./files": "./lib/files.js",
"./functions": "./lib/functions.js",
"./geometry": "./lib/geometry.js",
"./maths": "./lib/maths.js",
"./prng": "./lib/prng.js",
"./query": "./lib/query.js",
"./random": "./lib/random.js",
"./strings": "./lib/strings.js",
"./constants": "./lib/constants.js",
"./extras/curves": "./lib/extras/curves/index.js",
"./extras/paths": "./lib/extras/paths/index.js",
"./extras/color-scale": "./lib/extras/color-scale/ColorScale.js",
"./extras/frame-rate": "./lib/extras/frame-rate/FrameRate.js"
},
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toosoon-dev/toosoon-utils.git"
},
"keywords": [
"toosoon",
"utils",
"colors",
"dom",
"files",
"functions",
"geometry",
"maths",
"prng",
"random",
"query",
"strings"
],
"author": "Arnaud Rocca",
"license": "MIT",
"bugs": {
"url": "https://github.com/toosoon-dev/toosoon-utils/issues"
},
"homepage": "https://github.com/toosoon-dev/toosoon-utils#readme",
"devDependencies": {
"@types/node": "^20.11.26",
"typescript": "^5.4.2"
}
}