anotherTypesetter/package.json
2024-04-05 21:38:43 +08:00

27 lines
631 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",
"@typescript-eslint/parser": "^6.21.0",
"typescript": "^5.4.3"
}
}