package.json 787 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
{
"name": "opencollective-postinstall",
"version": "2.0.3",
"description": "Lightweight npm postinstall message to invite people to donate to your collective",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencollective/opencollective-postinstall.git"
},
"files": [
"index.js"
],
"bin": "index.js",
"keywords": [
"opencollective",
"donation",
"funding",
"sustain"
],
"author": "Xavier Damman (@xdamman)",
"license": "MIT",
"bugs": {
"url": "https://github.com/opencollective/opencollective-postinstall/issues"
},
"homepage": "https://github.com/opencollective/opencollective-postinstall#readme",
"devDependencies": {
"jest": "^26.0.1"
}
}