UNPKG

@sebspark/iso-10383

Version:

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

32 lines (31 loc) 780 B
{ "name": "@sebspark/iso-10383", "version": "0.18.0", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup-node src/index.ts --format esm,cjs --dts", "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": { "tsconfig": "*" }, "keywords": [ "Financial", "Financial Instruments", "ISO", "ISO 10383", "Market Identifier Codes", "MIC", "Securities" ] }