UNPKG

@sebspark/iso-10383

Version:

ISO-10383 Market Identification Codes (MIC) made available through an NPM package.

43 lines (42 loc) 993 B
{ "name": "@sebspark/iso-10383", "version": "1.2.5", "license": "Apache-2.0", "type": "module", "main": "dist/index.mjs", "types": "dist/index.d.mts", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" } }, "files": [ "dist" ], "scripts": { "build": "spark-build src/index.ts", "dev": "tsc --watch --noEmit", "lint": "biome check .", "test": "vitest run --passWithNoTests --coverage", "typecheck": "vitest --typecheck.only --passWithNoTests", "generate": "node scripts/parseMicCsv.mjs src/lib/specifications/iso10383.csv src/lib/generated/iso10383.ts" }, "devDependencies": { "change-case": "5.4.4", "csv-parse": "6.2.1" }, "keywords": [ "Financial", "Financial Instruments", "ISO", "ISO 10383", "Market Identifier Codes", "MIC", "Securities" ], "repository": { "type": "git", "url": "https://github.com/seb-oss/Spark-packages.git" } }