art/package.json

40 lines
918 B
JSON
Raw Normal View History

2018-06-04 17:16:22 +02:00
{
2018-06-18 16:10:26 +02:00
"name": "@oceanprotocol/art",
2021-07-21 13:57:45 +02:00
"version": "3.1.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": {
2021-07-21 13:56:10 +02:00
"auto-changelog": "^2.3.0",
"release-it": "^14.10.0"
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
}
}