2024-03-29 20:47:58 +08:00
|
|
|
{
|
|
|
|
"name": "anothertypesetter",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Another typesetter",
|
2024-03-29 23:33:57 +08:00
|
|
|
"main": "src/index.js",
|
2024-03-29 20:47:58 +08:00
|
|
|
"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": {
|
2024-03-29 23:33:57 +08:00
|
|
|
"typescript-parsec": "^0.3.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-03 22:02:45 +08:00
|
|
|
"@types/node": "^20.11.30",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
2024-04-05 21:38:43 +08:00
|
|
|
"@typescript-eslint/parser": "^6.21.0",
|
2024-04-03 22:02:45 +08:00
|
|
|
"typescript": "^5.4.3"
|
2024-03-29 20:47:58 +08:00
|
|
|
}
|
|
|
|
}
|