somefunctions
Version:
A bunch of utilities that you can freely use in your projects
39 lines (38 loc) • 834 B
JSON
{
"name": "somefunctions",
"version": "5.0.1",
"type": "module",
"description": "A bunch of utilities that you can freely use in your projects",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sylicium/someFunctions.git"
},
"keywords": [
"some",
"functions",
"func",
"somef",
"sf",
"utils",
"utility",
"aide",
"help",
"usefull",
"stuff",
"node",
"js"
],
"author": "Sylicium",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sylicium/someFunctions/issues"
},
"homepage": "https://github.com/Sylicium/someFunctions#readme",
"devDependencies": {
"typescript": "^5.5.4"
}
}