@teqfw/core
Version:
Core functionalities for plugin scanning, local configuration management, and command-line utilities for building modern web applications with the Tequila Framework.
53 lines (52 loc) • 1.25 kB
JSON
{
"name": "@teqfw/core",
"version": "0.34.1",
"description": "Core functionalities for plugin scanning, local configuration management, and command-line utilities for building modern web applications with the Tequila Framework.",
"type": "module",
"main": "src/Back/Launcher.mjs",
"keywords": [
"ecmascript 2015",
"es6+",
"pwa",
"spa",
"teqfw",
"tequila framework",
"web applications",
"framework",
"javascript",
"plugin-based",
"scalable",
"config management"
],
"homepage": "https://github.com/teqfw/core#readme",
"bugs": {
"url": "https://github.com/teqfw/core/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Alex Gusev",
"email": "alex@flancer64.com",
"url": "https://github.com/flancer64"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teqfw/core.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/_mocha --recursive './test/**/*.test.mjs'"
},
"dependencies": {
"@teqfw/di": "^0.32.0",
"commander": "^13.1.0"
},
"devDependencies": {
"mocha": "^11.0.1"
},
"engines": {
"node": ">=18"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/teqfw"
}
}