UNPKG

bivcore-insight

Version:

A blockchain explorer for Bitcore

88 lines (87 loc) 2.67 kB
{ "name": "bivcore-insight", "description": "A blockchain explorer for Bitcore", "version": "8.22.2", "repository": "git://github.com/bitpay/bivcore.git", "bugs": { "url": "https://github.com/bitpay/bivcore/issues" }, "homepage": "https://github.com/bitpay/bivcore", "license": "MIT", "keywords": [ "insight", "insight-ui", "blockchain", "block explorer", "bivcoin", "bivcore", "API" ], "config": { "ionic_sass": "./sass.js" }, "prettier": { "singleQuote": true }, "scripts": { "clean": "ionic-app-scripts clean", "build:prod": "ENV=prod CHAIN=ALL NETWORK=mainnet API_PREFIX=https://api.bivcore.io/api npm run ionic:build", "serve:prod": "npm run clean && npm run build:prod && npm run serve", "serve": "serve www", "ionic:build": "ionic-app-scripts build", "ionic:serve": "ionic-app-scripts serve --port 8200", "start": "npm run ionic:serve", "start:prod": "ENV=prod CHAIN=ALL NETWORK=mainnet API_PREFIX=https://api.bivcore.io/api npm run ionic:serve", "test": "ng test --watch=false --code-coverage --no-progress", "fix:prettier": "prettier '{*,**/*}.{js,ts,md,json,css}' --write", "fix:tslint": "tslint --type-check --fix --project .", "fix": "npm run fix:tslint && npm run fix:prettier" }, "dependencies": { "@angular/common": "5.2.10", "@angular/compiler": "5.2.10", "@angular/core": "5.2.10", "@angular/forms": "5.2.10", "@angular/http": "5.2.10", "@angular/platform-browser": "5.2.10", "@angular/platform-browser-dynamic": "5.2.10", "angular2-moment": "1.7.1", "angular2-qrcode": "2.0.1", "bs58": "^4.0.1", "ionic-angular": "3.9.2", "ionicons": "3.0.0", "lodash": "4.17.11", "rxjs": "5.5.12", "zone.js": "0.8.12" }, "devDependencies": { "@angular/cli": "7.3.4", "@angular/compiler-cli": "5.2.10", "@ionic/app-scripts": "3.2.3", "@types/jasmine": "2.5.41", "@types/lodash": "4.14.104", "@types/node": "7.0.4", "codecov": "2.2.0", "jasmine-core": "2.5.2", "jasmine-spec-reporter": "3.2.0", "karma": "1.4.1", "karma-chrome-launcher": "2.1.1", "karma-cli": "1.0.1", "karma-coverage-istanbul-reporter": "1.2.1", "karma-jasmine": "1.1.0", "karma-jasmine-html-reporter": "0.2.2", "prettier": "^1.15.3", "serve": "^10.1.1", "serve-static": "1.13.2", "ts-node": "3.0.4", "tslint": "5.3.2", "tslint-angular": "^1.1.2", "tslint-config-prettier": "^1.15.0", "tslint-eslint-rules": "4.1.1", "typescript": "^3.3.4000", "webdriver-manager": "^12.1.1" }, "engines": { "node": ">=8" } }