2018-06-04 17:16:22 +02:00
|
|
|
{
|
2018-06-18 16:10:26 +02:00
|
|
|
"name": "@oceanprotocol/art",
|
2020-06-29 11:02:27 +02:00
|
|
|
"version": "3.0.0",
|
2020-06-11 15:09:20 +02:00
|
|
|
"description": "Ocean Protocol's brand assets for community distribution.",
|
2018-06-04 17:16:22 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-06-11 15:09:20 +02:00
|
|
|
"release": "release-it",
|
|
|
|
"changelog": "auto-changelog -p"
|
2018-06-04 17:16:22 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/oceanprotocol/art.git"
|
|
|
|
},
|
|
|
|
"author": "Matthias Kretschmann <matthias@bigchaindb.com>",
|
2019-03-26 16:25:29 +01:00
|
|
|
"license": "CC-BY-4.0",
|
2018-06-04 17:16:22 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/oceanprotocol/art/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://oceanprotocol.com",
|
|
|
|
"devDependencies": {
|
2020-06-24 23:52:29 +02:00
|
|
|
"auto-changelog": "^2.1.0",
|
|
|
|
"release-it": "^13.6.4"
|
2020-06-11 15:09:20 +02:00
|
|
|
},
|
|
|
|
"release-it": {
|
|
|
|
"hooks": {
|
|
|
|
"after:bump": "npm run changelog"
|
|
|
|
},
|
|
|
|
"git": {
|
|
|
|
"tagName": "v${version}"
|
|
|
|
},
|
|
|
|
"github": {
|
|
|
|
"release": true
|
|
|
|
},
|
|
|
|
"npm": {
|
|
|
|
"publish": true
|
|
|
|
}
|
2018-06-04 17:16:22 +02:00
|
|
|
}
|
|
|
|
}
|