TypeScript/tests/cases/user/lodash/package.json

12 lines
185 B
JSON
Raw Normal View History

{
"name": "lodash-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"lodash": "^4.17.5"
}
}