proculite-commons/package.json

22 lines
563 B
JSON
Raw Normal View History

2025-03-28 23:16:48 +01:00
{
"name": "proculite-commons",
"version": "0.0.1",
"description": "Common utilities for NodeJS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StrajnarFilip/proculite-commons.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/StrajnarFilip/proculite-commons/issues"
},
"homepage": "https://github.com/StrajnarFilip/proculite-commons#readme",
"type": "module"
}