UNPKG

node-self-destruct

Version:

A package to self-destruct a node module if it wants to (self destruction meaning auto deletion of the module)

16 lines (15 loc) 306 B
{ "name": "assets", "version": "1.0.0", "description": "", "main": "fake.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "fake-module": "file: ./node_modules/fake-module/fake.js" } }