js-binary-search-tree/package.json
2023-07-05 10:53:34 -07:00

22 lines
544 B
JSON

{
"name": "js-binary-search-tree",
"version": "1.0.0",
"description": "Balanced Binary Search Tree implemented in ES6 JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://_gitea@git.alexanderk.net:3022/ak/js-binary-search-tree.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8"
},
"type" : "module"
}