-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "asciimath-to-latex",
"version": "0.5.1",
"description": "AsciiMath to LaTeX converter",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "jest",
"prepublishOnly": "yarn test && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tylerlong/asciimath-to-latex.git"
},
"author": "Tyler Long <tyler4long@gmail.com> (https://github.com/tylerlong)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tylerlong/asciimath-to-latex/issues"
},
"homepage": "https://github.com/tylerlong/asciimath-to-latex#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"gts": "^3.1.0",
"jest": "^27.4.5",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"yarn-upgrade-all": "^0.6.1"
}
}