tools-for-js
Version:
基于babel构建的JavaScript前端工具库
44 lines (43 loc) • 883 B
JSON
{
"name": "tools-for-js",
"version": "2.0.1",
"description": "基于babel构建的JavaScript前端工具库",
"main": "lib/index.js",
"scripts": {
"start": "nodemon",
"build": "sh build/build.sh",
"release": "sh build/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kimshift/tools-for-js.git"
},
"bugs": {
"url": "https://github.com/kimshift/tools-for-js/issues"
},
"keywords": [
"web",
"tools",
"JavaScript"
],
"author": "kimshift",
"license": "ISC",
"files": [
"README.md",
"lib/"
],
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/node": "^7.23.9",
"@babel/preset-env": "^7.24.5",
"nodemon": "^3.1.0"
},
"dependencies": {
"dayjs": "^1.11.11",
"store2": "^2.14.3"
},
"volta": {
"node": "20.12.2"
}
}