@luband/jstools
Version:
前端工具包
46 lines (45 loc) • 1.27 kB
JSON
{
"name": "@luband/jstools",
"version": "1.5.0",
"description": "前端工具包",
"miniprogram": "dist",
"main": "index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && rollup -c && copy package.json dist && copy LICENSE dist && copy index.html dist",
"dev": "rollup -cw",
"clean": "rimraf dist",
"test": "jest",
"dev:test": "jest --watch",
"go": "npm publish --access public"
},
"keywords": [
"js工具",
"js函数"
],
"author": "liangeek",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-typescript": "^8.3.0",
"babel-jest": "^29.5.0",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"dependencies": {
"tslib": "^2.3.1"
}
}