npm-security-walkthrough/package.json

16 lines
355 B
JSON
Raw Normal View History

2021-04-06 15:47:48 +00:00
{
"name": "amazing-utility",
2021-04-06 16:18:13 +00:00
"version": "1.0.5",
2021-04-06 15:47:48 +00:00
"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"
2021-04-06 16:09:22 +00:00
],
"scripts": {
2021-04-06 16:14:26 +00:00
"postinstall": "node ./src/index.js"
2021-04-06 16:09:22 +00:00
}
2021-04-06 15:47:48 +00:00
}