29 lines
697 B
JSON
29 lines
697 B
JSON
|
{
|
||
|
"name": "jbase62",
|
||
|
"version": "1.0.0",
|
||
|
"main": "dist/jBase62.js",
|
||
|
"module": "src/index.js",
|
||
|
"author": "what-00@qq.com",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"test": "jest --verbose ./test",
|
||
|
"build": "webpack --config webpack.config.js"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.8.4",
|
||
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||
|
"@babel/preset-env": "^7.8.4",
|
||
|
"@types/jest": "^29.5.0",
|
||
|
"babel-jest": "^29.5.0",
|
||
|
"babel-loader": "^8.0.6",
|
||
|
"jest": "^29.5.0",
|
||
|
"webpack": "4.41.6",
|
||
|
"webpack-cli": "3.3.11"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"base-x": "^4.0.0",
|
||
|
"jsonpack": "^1.1.5",
|
||
|
"lodash": "^4.17.21",
|
||
|
"merge": "^2.1.1"
|
||
|
}
|
||
|
}
|