-
Notifications
You must be signed in to change notification settings - Fork 0
/
rush.yml
34 lines (27 loc) · 899 Bytes
/
rush.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# For a detailed info on this file and supported fields, check out the below link:
# https://github.com/ShreyashSaitwal/rush-cli/wiki/Metadata-File
---
name: JsonParser
description: This extension helps to parse json string. <br><a href="https://www.patreon.com/oseamiya/"> Donate Developer </a> <br> <a href="https://www.github.com/oseamiya/JsonParser">Source Code</a>
version:
number: auto
name: '1'
authors:
- oseamiya
build:
release:
# Optimizes the extension on every release build.
optimize: true
# If enabled, you will be able to use Java 8 language features in your extension.
desugar:
enable: false
desugar_deps: false
assets:
# Extension icon. This can be a URL or a local image in 'assets' folder.
icon: icon.png
# Extension assets.
# other:
# - my_awesome_asset.anything
# Extension dependencies (JAR).
# deps:
# - my_awesome_library.jar