You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
525 B

{
"name": "@site-o-mat/query",
"version": "0.1.0",
"author": "Björn Hase <me@herr-hase.wtf>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@gitea.node001.net:site-o-mat/query.git"
},
"scripts": {
"test": "mocha"
},
"description": "Query Functions for Site-O-Mat",
"dependencies": {
"assign-deep": "^1.0.1",
"lodash.orderby": "^4.6.0"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
}
}