UNPKG

@mbamobi/sql-storage

Version:
53 lines 1.83 kB
{ "name": "@mbamobi/sql-storage", "version": "0.0.1", "description": "Sql Storage Provider", "main": "dist/umd/index.js", "typings": "dist/esm/index.d.ts", "module": "dist/esm/index.js", "scripts": { "build": "npm run clean && npm run build:umd && npm run build:esm", "build:qa": "npm run lint && npm run build", "build:esm": "ngc -p tsconfig-esm.json", "build:test": "ngc -p tsconfig-test.json", "build:umd": "ngc", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "commit": "git-cz", "clean": "rimraf ./dist", "cover": "nyc report --reporter=lcov npm test", "doc": "typedoc --tsconfig tsconfig-esm.json --options typedoc.json src/", "gh:release": "node ./scripts/git-release", "jasmine": "jasmine JASMINE_CONFIG_PATH=test/jasmine-config.json", "lint": "tslint -c ./tslint.json --project ./tsconfig-esm.json", "nightly": "npm run build:qa && node ./scripts/publish-nightly", "prepush": "npm run lint", "package:json": "node ./scripts/package-publish", "publishPackage": "npm run build:qa && npm run changelog && npm run package:json --prepare && npm publish && npm run package:json --restore", "test": "npm run clean && npm run build:test && npm run jasmine" }, "files": [ "dist/", "LICENSE", "README.md", "CHANGELOG.md" ], "peerDependencies": { "@angular/core": "^4.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/mbamobi/sql-storage.git" }, "keywords": [ "angular", "mba", "sql storage", "mba sql storage" ], "author": "Paulo Borges <paulo.borges@mbamobi.com.br>", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/mbamobi/sql-storage/issues" }, "homepage": "https://github.com/mbamobi/sql-storage" }