mirror of
https://github.com/cupcakearmy/npm-security-walkthrough.git
synced 2024-12-21 23:56:27 +00:00
13 lines
294 B
JSON
13 lines
294 B
JSON
{
|
|
"name": "amazing-utility",
|
|
"version": "1.0.0",
|
|
"description": "Amazing Utility that every dev needs",
|
|
"main": "./src/index.js",
|
|
"repository": "https://github.com/cupcakearmy/npm-security-walkthrough",
|
|
"author": "Niccolo Borgioli",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src"
|
|
]
|
|
}
|