ipa-jfk
Version:
IPA narrow transcription of English words in New York City accent
51 lines (50 loc) • 1.16 kB
JSON
{
"name": "ipa-jfk",
"version": "0.4.0",
"description": "IPA narrow transcription of English words in New York City accent",
"main": "index.js",
"bin": {
"jfk": "./bin/jfk.js"
},
"scripts": {
"prepare": "./scripts/download.js",
"lint": "eslint index.js db.js src/",
"start": "./bin/jfk.js",
"demo": "parcel demo/index.html",
"generate": "parcel build demo/index.html"
},
"targets": {
"main": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/b1f6c1c4/IPA-JFK.git"
},
"keywords": [
"phonetics",
"phonology",
"IPA",
"New York City",
"NYC",
"English",
"accent"
],
"author": "b1f6c1c4 <b1f6c1c4@gmail.com>",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/b1f6c1c4/IPA-JFK/issues"
},
"homepage": "https://github.com/b1f6c1c4/IPA-JFK#readme",
"type": "module",
"dependencies": {
"escape-string-regexp": "^5.0.0",
"htmlencode": "0.0.4",
"yargs": "^17.5.1"
},
"devDependencies": {
"eslint": "^8.21.0",
"mkdirp": "^1.0.4",
"parcel": "^2.7.0",
"postcss-selector-parser": "^6.0.10"
}
}