UNPKG

postinstaller

Version:

Publish dev-friendly ❤️ zero-configuration packages.

25 lines (24 loc) 543 B
{ "name": "pkg-test", "version": "0.0.1", "description": "", "main": "index.js", "dependencies": { "@postinstaller/cli": "file:../.." }, "devDependencies": {}, "scripts": { "test": "set", "postinstall": "postinstaller", "preuninstall": "postinstaller" }, "author": "Andreas Pizsa <hopster@gmail.com> (https://github.com/AndreasPizsa)", "license": "MIT", "keywords": [ "zeroconfig" ], "postinstaller": { "add your config here": true, "see": "https://npmjs.com/postinstaller#readme" } }