|
4 | 4 | "engines": {
|
5 | 5 | "node": "12.x"
|
6 | 6 | },
|
7 |
| - "description": "You can incrementally search for Font Awesome icons and paste it to front most app.", |
| 7 | + "description": "You can incrementally search for Bootstrap Icons and paste it to front most app.", |
8 | 8 | "scripts": {
|
9 | 9 | "clean": "rimraf ./dist && mkdirp ./dist && cpx './assets/{icons/*,icon.png,info.plist}' ./dist",
|
10 | 10 | "compile": "webpack",
|
|
13 | 13 | "build": "npm run clean && npm run compile && npm run package && npm run compress",
|
14 | 14 | "build:open": "npm run build && npm run open",
|
15 | 15 | "open": "open ./dist/Bootstrap-Icons.alfredworkflow",
|
16 |
| - "cmd:find": "./dist/bootstrap-icons-workflow --find bootstrap", |
17 |
| - "cmd:put:svg": "./dist/bootstrap-icons-workflow --put-svg bootstrap", |
18 |
| - "cmd:put:name": "./dist/bootstrap-icons-workflow --put-name bootstrap", |
19 |
| - "cmd:put:url": "./dist/bootstrap-icons-workflow --put-url bootstrap", |
20 |
| - "cmd:put": "npm run cmd:put:svg && npm run cmd:put:name && npm run cmd:put:url", |
21 |
| - "cmd": "npm run cmd:find && npm run cmd:put", |
22 | 16 | "exec": "npm run clean && npm run compile && node ./dist/index.js",
|
23 | 17 | "test": "jest",
|
24 | 18 | "test:watch": "jest --watchAll",
|
| 19 | + "test:cmd:find": "./dist/bootstrap-icons-workflow --find bootstrap", |
| 20 | + "test:cmd:put:svg": "./dist/bootstrap-icons-workflow --put-svg bootstrap", |
| 21 | + "test:cmd:put:name": "./dist/bootstrap-icons-workflow --put-name bootstrap", |
| 22 | + "test:cmd:put:url": "./dist/bootstrap-icons-workflow --put-url bootstrap", |
| 23 | + "test:cmd:put": "npm run test:cmd:put:svg && npm run test:cmd:put:name && npm run test:cmd:put:url", |
| 24 | + "test:cmd": "npm run test:cmd:find && npm run test:cmd:put", |
25 | 25 | "fmt": "prettier --write .",
|
26 | 26 | "lint": "eslint . --ext 'ts,js'",
|
27 | 27 | "lint:fix": "eslint . --fix --ext 'ts,js'",
|
|
34 | 34 | "type": "git",
|
35 | 35 | "url": "git+https://github.com/ruedap/alfred-bootstrap-icons-workflow.git"
|
36 | 36 | },
|
37 |
| - "keywords": [], |
38 |
| - "author": "", |
| 37 | + "author": "ruedap", |
39 | 38 | "license": "MIT",
|
40 | 39 | "bugs": {
|
41 | 40 | "url": "https://github.com/ruedap/alfred-bootstrap-icons-workflow/issues"
|
|
0 commit comments