penglinmodule
Version:
这是一个简易的包
21 lines (20 loc) • 364 B
JSON
{
"name": "penglinmodule",
"version": "1.0.0",
"description": "这是一个简易的包",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"传智",
"彭林",
"黑马",
"帅哥"
],
"author": "penglin",
"license": "ISC",
"dependencies": {
"dayjs": "^1.11.5"
}
}