@vabole/patcher
Version:
Tool for patching npm packages without modifying source repositories
17 lines • 326 B
JSON
{
"name": "@patcher-test/is-even",
"version": "1.0.0",
"description": "A very simple package that checks if a number is even",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test.js"
},
"keywords": [
"test",
"is-even",
"patcher"
],
"author": "vabole",
"license": "MIT"
}