@onesy/algorithms
Version:
49 lines • 970 B
JSON
{
"name": "@onesy/algorithms",
"version": "1.0.0",
"description": "Algorithms",
"repository": "https://github.com/onesy-org/onesy-algorithms.git",
"author": "Lazar <lazareric2@gmail.com>",
"license": "MIT",
"private": false,
"main": "./index.js",
"keywords": [
"algorithms",
"binary-search",
"bubble-sort",
"selection-sort",
"insertion-sort",
"merge-sort",
"quick-sort",
"radix-sort",
"frontend",
"front-end",
"backend",
"back-end",
"web",
"browser",
"javascript",
"js",
"typescript",
"node",
"nodejs",
"library",
"onesy",
"utils"
],
"dependencies": {
"@onesy/utils": "^1.0.0",
"@babel/runtime": "^7.18.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"sideEffects": false,
"engines": {
"node": ">=12.0.0",
"yarn": ">=1.22"
},
"module": "./esm/index.js",
"types": "./index.d.ts"
}