sly-utils
Version:
sly-utils is a modular and efficient JavaScript utility library designed to simplify complex tasks.
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "sly-utils",
"version": "2.0.0",
"description": "sly-utils is a modular and efficient JavaScript utility library designed to simplify complex tasks.",
"main": "bundle/sly-utils.js",
"module": "bundle/sly-utils.es.js",
"types": "bundle/index.d.ts",
"keywords": [
"utils",
"utility",
"utility-library",
"library",
"es6-javascript",
"javascript",
"modular"
],
"scripts": {
"build": "rollup --config ./rollup.config.js",
"copy:files": "cp package.json bundle/ && cp README.md bundle/",
"build:complete": "npm run build && npm run copy:files",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensly/sly-utils.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/opensly/sly-utils/issues"
},
"homepage": "https://github.com/opensly/sly-utils#readme",
"files": [
"bundle/",
"README.md"
],
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^12.1.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.3",
"jest": "^30.0.1",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"tslib": "^2.8.1"
}
}