abjad-convert
Version:
48 lines • 1.19 kB
JSON
{
"name": "abjad-convert",
"version": "0.11.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/src/**/*.d.ts",
"dist/src/**/*.js",
"LICENSE",
"CHANGELOG.md",
"README.md"
],
"author": "Amer Harb",
"repository": {
"type": "git",
"url": "git+https://github.com/amerharb/abjad.git"
},
"homepage": "https://github.com/amerharb/abjad#readme",
"url": "https://github.com/amerharb/abjad/issues",
"email": "abjad@amerharb.com",
"keywords": [
"abjad",
"phonetic",
"transcription",
"arabic",
"hanifi-rohingya",
"imperial-aramaic",
"international-phonetic-alphabet",
"IPA",
"nabataean",
"old-south-arabian",
"phoenician",
"runic",
"syriac",
"tifinagh",
"ugaritic"
],
"license": "ISC",
"scripts": {
"build": "rm -rf dist && tsc",
"start": "node dist/src/index.js",
"test": "jest",
"make-coverage-badge": "npx make-coverage-badge --report-path coverage/coverage-summary.json --output-path badges/coverage.svg",
"dev": "ts-node src/index.ts",
"lint": "npx eslint . --max-warnings 0",
"lint:fix": "npx eslint . --fix"
}
}