Files

11 lines
147 B
JSON

{
"name": "test-pkg",
"version": "2.2.2",
"scripts": {
"postinstall": "echo success!"
},
"dependencies": {
"test-pkg": "."
}
}