|
1 | 1 | {
|
2 |
| - "name": "@rokkit/icons", |
3 |
| - "version": "1.0.0-next.97", |
4 |
| - "description": "A minimal icon set for use in applications.", |
5 |
| - "author": "Jerry Thomas <me@jerrythomas.name>", |
6 |
| - "license": "MIT", |
7 |
| - "bin": "src/index.js", |
8 |
| - "main": "src/index.js", |
9 |
| - "module": "src/index.js", |
10 |
| - "type": "module", |
11 |
| - "scripts": { |
12 |
| - "format": "prettier --write .", |
13 |
| - "lint": "eslint --fix .", |
14 |
| - "build": "node src/index.js && pnpm format", |
15 |
| - "latest": "pnpm upgrade --latest", |
16 |
| - "release": "pnpm publish --access public" |
17 |
| - }, |
18 |
| - "publishConfig": { |
19 |
| - "access": "public" |
20 |
| - }, |
21 |
| - "dependencies": { |
22 |
| - "@mdi/svg": "^7.4.47" |
23 |
| - }, |
24 |
| - "devDependencies": { |
25 |
| - "@iconify/tools": "4.0.4", |
26 |
| - "@iconify/types": "^2.0.0", |
27 |
| - "iconify": "^1.4.0" |
28 |
| - }, |
29 |
| - "files": [ |
30 |
| - "lib", |
31 |
| - "src/**/*.js", |
32 |
| - "!src/**/*.spec.js" |
33 |
| - ], |
34 |
| - "exports": { |
35 |
| - "./package.json": "./package.json", |
36 |
| - "./ui.json": "./lib/base.json", |
37 |
| - "./light.json": "./lib/light.json", |
38 |
| - "./solid.json": "./lib/solid.json", |
39 |
| - "./twotone.json": "./lib/twotone.json", |
40 |
| - "./components.json": "./lib/components.json", |
41 |
| - "./auth.json": "./lib/auth.json", |
42 |
| - ".": "./lib/base.json" |
43 |
| - } |
| 2 | + "name": "@rokkit/icons", |
| 3 | + "version": "1.0.0-next.98", |
| 4 | + "description": "A minimal icon set for use in applications.", |
| 5 | + "author": "Jerry Thomas <me@jerrythomas.name>", |
| 6 | + "license": "MIT", |
| 7 | + "bin": "src/index.js", |
| 8 | + "main": "src/index.js", |
| 9 | + "module": "src/index.js", |
| 10 | + "type": "module", |
| 11 | + "scripts": { |
| 12 | + "format": "prettier --write .", |
| 13 | + "lint": "eslint --fix .", |
| 14 | + "build": "node src/index.js && pnpm format", |
| 15 | + "latest": "pnpm upgrade --latest", |
| 16 | + "release": "pnpm publish --access public" |
| 17 | + }, |
| 18 | + "publishConfig": { |
| 19 | + "access": "public" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "@mdi/svg": "^7.4.47" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "@iconify/tools": "4.0.4", |
| 26 | + "@iconify/types": "^2.0.0", |
| 27 | + "iconify": "^1.4.0" |
| 28 | + }, |
| 29 | + "files": [ |
| 30 | + "lib", |
| 31 | + "src/**/*.js", |
| 32 | + "!src/**/*.spec.js" |
| 33 | + ], |
| 34 | + "exports": { |
| 35 | + "./package.json": "./package.json", |
| 36 | + "./ui.json": "./lib/base.json", |
| 37 | + "./light.json": "./lib/light.json", |
| 38 | + "./solid.json": "./lib/solid.json", |
| 39 | + "./twotone.json": "./lib/twotone.json", |
| 40 | + "./components.json": "./lib/components.json", |
| 41 | + "./auth.json": "./lib/auth.json", |
| 42 | + "./app.json": "./lib/app.json", |
| 43 | + ".": "./lib/base.json" |
| 44 | + } |
44 | 45 | }
|
0 commit comments