turbocommons-ts
Version:
General purpose library that implements frequently used and generic software development tasks
25 lines • 673 B
JSON
{
"name": "turbocommons-ts",
"version": "3.12.0",
"description": "General purpose library that implements frequently used and generic software development tasks",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/edertone/TurboCommons"
},
"keywords": [
"general",
"purpose",
"library"
],
"author": "edertone",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/edertone/TurboCommons/issues"
},
"homepage": "https://turboframework.org/en/libs/turbocommons"
}