Files
Snippets/package.json
2024-06-06 10:04:28 +08:00

16 lines
338 B
JSON

{
"name": "snippets",
"version": "1.0.0",
"description": "这个项目用来收集工作生活中的一些代码片段。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lodash-es": "^4.17.21"
}
}