shithub
fortrangoingonforty
/
fit
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
fit
Public
Watch
0
Fork
0
Star
0
fit
/
test
/
expected
/
real_package_json.json_local.expected
Text · 258 bytes
Raw
Blame
History
1
{
2
"name": "my-app",
3
"version": "2.0.1",
4
"description": "My application",
5
"dependencies": {
6
"express": "^4.17.1",
7
"lodash": "^4.17.21",
8
"request": "^2.88.2"
9
},
10
"devDependencies": {
11
"mocha": "^10.0.0",
12
"eslint": "^8.40.0"
13
}
14
}
15