48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@imnyang/comcigan.ts",
|
|
"version": "0.3.1",
|
|
"description": "A Comcigan parser written in TypeScript",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/imnyang/comcigan.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf dist && node ./node_modules/typescript/bin/tsc",
|
|
"lint": "biome check",
|
|
"release": "semantic-release",
|
|
"prepack": "npm run build",
|
|
"test": "node -r ts-node/register --test tests/*.test.ts"
|
|
},
|
|
"keywords": [
|
|
"comcigan",
|
|
"parser",
|
|
"typescript",
|
|
"school",
|
|
"korean"
|
|
],
|
|
"author": "imnyang <me@imnya.ng>",
|
|
"license": "LGPL-3.0-or-later",
|
|
"publishConfig": {
|
|
"registry": "https://git.mizuki.guru/api/packages/imnyang/npm/"
|
|
},
|
|
"packageManager": "pnpm@10.28.0",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@types/node": "^20.19.28",
|
|
"rimraf": "^5.0.10",
|
|
"semantic-release": "^24.2.9",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.3",
|
|
"undici": "^6.23.0"
|
|
},
|
|
"release": {
|
|
"branches": [
|
|
"release"
|
|
]
|
|
}
|
|
}
|