1 | {
|
2 | "name": "aws-svg-icons",
|
3 | "version": "3.0.0-2021-07-30",
|
4 | "description": "AWS SVG architecture icons",
|
5 | "keywords": [
|
6 | "aws",
|
7 | "icons",
|
8 | "SVG"
|
9 | ],
|
10 | "files": [
|
11 | "lib"
|
12 | ],
|
13 | "directories": {
|
14 | "lib": "./lib"
|
15 | },
|
16 | "scripts": {
|
17 | "generate": "node download.js",
|
18 | "prepare": "npm run generate",
|
19 | "test": "echo \"Error: no test specified\" && exit 1"
|
20 | },
|
21 | "repository": "github:sashee/aws-svg-icons",
|
22 | "author": {
|
23 | "name": "Tamas Sallai",
|
24 | "url": "https://advancedweb.hu/"
|
25 | },
|
26 | "license": "ISC",
|
27 | "devDependencies": {
|
28 | "find-cache-dir": "^3.3.1",
|
29 | "jszip": "^3.6.0",
|
30 | "node-fetch": "^2.6.1",
|
31 | "rimraf": "^3.0.2"
|
32 | }
|
33 | }
|