32 lines
824 B
JSON
32 lines
824 B
JSON
{
|
|
"name": "anothertypesetter",
|
|
"version": "0.0.1",
|
|
"description": "Another typesetter",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.kianting.info/src/anotherTypesetter"
|
|
},
|
|
"keywords": [
|
|
"typesetting"
|
|
],
|
|
"author": "Tan Kian-ting",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"typescript-parsec": "^0.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.30",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-standard-with-typescript": "^43.0.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-n": "^16.6.2",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-typescript": "^0.14.0",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|