e118-iin-list
Version:
List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)
88 lines (87 loc) • 1.96 kB
JSON
{
"name": "e118-iin-list",
"version": "4.5.0",
"description": "List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)",
"type": "module",
"typings": "dist/index.d.ts",
"bin": "cli.js",
"exports": {
"import": "./dist/index.js"
},
"scripts": {
"test": "npx tsx --test src/*.spec.ts",
"convert": "npx tsx src/convert.ts",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bifravst/e118-iin-list.git"
},
"keywords": [
"nrf-asset-tracker",
"e118",
"itu-t",
"iin",
"iccid",
"issuer"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bifravst/e118-iin-list/issues"
},
"homepage": "https://github.com/bifravst/e118-iin-list#readme",
"devDependencies": {
"@bifravst/eslint-config-typescript": "6.1.21",
"@bifravst/prettier-config": "1.1.7",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@types/node": "22.13.8",
"csv-parser": "3.2.0",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"tsx": "4.19.3"
},
"lint-staged": {
"*.ts": [
"prettier --write",
"eslint"
],
"*.{md,json,yaml,yml}": [
"prettier --write"
]
},
"engines": {
"node": ">=22",
"npm": ">=10"
},
"release": {
"branches": [
"saga"
],
"remoteTags": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"successCommentCondition": false,
"failTitle": false
}
]
]
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"docs",
"LICENSE",
"README.md",
"cli.js"
],
"prettier": "@bifravst/prettier-config"
}