UNPKG

392 BJSONView Raw
1{
2 "name": "allure-commandline",
3 "bin": {
4 "allure": "bin/allure"
5 },
6 "version": "2.13.8",
7 "description": "Wrapper to install Allure-commandline via NPM",
8 "main": "index.js",
9 "files": [
10 "dist",
11 "bin",
12 "index.js"
13 ],
14 "scripts": {
15 "test": "./bin/allure --version"
16 },
17 "repository": "https://github.com/allure-framework/allure-npm.git",
18 "license": "ISC"
19}