-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.52 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@barnstorm/version",
"description": "Monorepo for managing all of the version patching of Barnstorm",
"homepage": "https://barnstorm.online",
"repository": {
"type": "git",
"url": "https://github.com/barnstorm-online/barnstorm-version.git"
},
"version": "0.0.0",
"contributors": [
"Razvan Stoenescu",
"nothingismagick <daniel@kinokabaret.com> (https://kinokabaret.com)"
],
"author": "Michael Feher <github@phearzero.com>",
"scripts": {
"test": "echo Hello World",
"test:ci": "trevor",
"echo": "echo http://$NPM_HOSTNAME",
"login:local": "npm login --registry http://$NPM_HOSTNAME",
"publish:local": "lerna publish --registry http://\"$NPM_HOSTNAME\" --skip-git"
},
"devDependencies": {
"handlebars": "^4.0.12",
"pnpm": "^2.20.1",
"trevor": "^2.3.0"
},
"engines": {
"node": ">=8 <9",
"pnpm": ">=2.10.0"
},
"dependencies": {
"quasar-cli": "^0.17.20"
},
"badges": {
"build": "[![Build Status](https://travis-ci.org/Barnstorm-Online/barnstorm-version.svg?branch=master)](https://travis-ci.org/Barnstorm-Online/barnstorm-version)",
"quality": "[![QualityGate](https://sonarcloud.io/api/project_badges/measure?project=Barnstorm-Online_barnstorm-cli&metric=alert_status)](https://sonarcloud.io/api/project_badges/measure?project=Barnstorm-Online_barnstorm-cli&metric=alert_status)"
},
"namespace": "Barnstorm-Online",
"projects": true,
"logo": {
"url": "https://barnstorm.online/statics/logo.png",
"width": 150,
"height": 150
}
}