UNPKG

978 BJSONView Raw
1{
2 "name": "@intuit-auto/filter-accounts",
3 "version": "6.5.1-canary.406.5313.5+33cb2ce",
4 "main": "dist/index.js",
5 "description": "Filter accounts plugin for auto",
6 "author": {
7 "name": "Andrew Lisowski",
8 "email": "lisowski54@gmail.com"
9 },
10 "publishConfig": {
11 "registry": "https://registry.npmjs.org/"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/intuit/auto"
16 },
17 "files": [
18 "dist"
19 ],
20 "keywords": [
21 "automation",
22 "semantic",
23 "release",
24 "github",
25 "labels",
26 "automated",
27 "continuos integration",
28 "changelog",
29 "filter",
30 "omit"
31 ],
32 "scripts": {
33 "build": "tsc -p tsconfig.json",
34 "build:watch": "npm run build -- -w",
35 "lint": "tslint -p . --format stylish",
36 "test": "jest --maxWorkers=2 --config ../../package.json"
37 },
38 "dependencies": {
39 "@intuit-auto/core": "^6.5.1-canary.406.5313.5+33cb2ce"
40 },
41 "gitHead": "33cb2ce0832d42e0605ca0e86b39451d1e4a3bb0"
42}