16 lines
338 B
JSON
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"
|
|
}
|
|
}
|