fjdu_obsidian-latex-unicode/unicodeit/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2023-03-14 04:01:41 +00:00
{
"name": "unicodeit",
"version": "0.7.5",
"description": "Converts LaTeX tags to unicode.",
"main": "ts_dist/js/index.js",
"types": "ts_dist/js/index.d.ts",
"directories": {
"test": "tests"
},
"files": [
"ts_dist/**/*"
],
"scripts": {
"build": "tsc && webpack",
"watch-tsc": "tsc --watch",
"watch-web": "webpack --watch",
"lint": "eslint ts_src --ext .js,.jsx,.ts,.tsx",
"test": "tsc && mocha ./ts_dist/js/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svenkreiss/unicodeit.git"
},
"author": "Sven Kreiss",
"license": "MIT",
"bugs": {
"url": "https://github.com/svenkreiss/unicodeit/issues"
},
"homepage": "https://github.com/svenkreiss/unicodeit#readme",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/jquery": "^3.5.16",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"chai": "^4.3.7",
"eslint": "^8.36.0",
"mocha": "^10.2.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@types/typeahead": "^0.11.32",
"typeahead": "^0.2.2"
}
}