npm-security-walkthrough/package.json
2021-04-06 18:18:13 +02:00

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"
}
}