@salaxy/jquery
Version:
Salaxy general plain JavaScript / TypeScript libraries with JQuery -ajax component (Palkkaus.fi)
30 lines (29 loc) • 765 B
JSON
{
"name": "@salaxy/jquery",
"description": "Salaxy general plain JavaScript / TypeScript libraries with JQuery -ajax component (Palkkaus.fi)",
"version": "4.0.1",
"author": "Palkkaus.fi / Salaxy team (Payroll Finland ltd.)",
"keywords": ["Salaxy", "Palkkaus", "payroll", "jQuery"],
"license": "EPL-2.0",
"engines": {
"node": ">=12.13.0",
"npm": ">=6.12.0"
},
"main": "./salaxy-lib-jquery.js",
"module": "./index.esm.js",
"typings": "./index.esm.d.ts",
"files": ["*"],
"exports": {
".": {
"require": "./salaxy-lib-jquery.js",
"import": "./index.esm.js"
}
},
"dependencies": {
"@salaxy/core": "^4.0.1"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/salaxy/salaxy-lib-core"
}
}