unselfish
Version:
A high-performance js toolkit
46 lines (45 loc) • 1.34 kB
JSON
{
"name": "unselfish",
"version": "1.0.123",
"description": "A high-performance js toolkit",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"serve": "npm run dev",
"dev": "tsc",
"build": "tsc",
"dev:rollup": "rollup -w -c rollup.config.js",
"build:rollup": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TongKings/unselfish.git"
},
"keywords": ["js","deepClone","util","utils","tool","tools","debounce","throttle","typeCheck","lazyLoading","HTTP Request","File MIME"],
"author": "tongdazhou",
"license": "ISC",
"bugs": {
"url": "https://github.com/TongKings/unselfish/issues"
},
"homepage": "https://github.com/TongKings/unselfish#readme",
"files": [
"dist"
],
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-typescript": "^11.0.0",
"rollup": "^3.9.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-terser": "^7.0.2"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"typescript": "^4.9.4"
}
}