mirror of
https://github.com/cupcakearmy/npm-security-walkthrough.git
synced 2024-12-22 08:06:30 +00:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"name": "amazing-utility",
|
|
"version": "1.0.5",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "node ./src/index.js"
|
|
}
|
|
}
|