Skip to main content
Module

x/hk_stock_api/egg.json

get hk stock information in deno
Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.1/src/schema.json", "name": "hk-stock-api", "entry": "./mod.ts", "description": "get hk stock information in deno", "homepage": "https://github.com/yeukfei02/hk-stock-api", "version": "0.1.7", "files": [ "*", "*/**/*" ], "ignore": [ "./.git/**" ], "checkFormat": "deno fmt", "checkTests": "deno test -A", "checkInstallation": true, "check": true, "unlisted": false}