16 lines
382 B
JSON
16 lines
382 B
JSON
{
|
|
"name": "source-region",
|
|
"version": "0.1.0",
|
|
"description": "Source text manipulation and span rendering utilities",
|
|
"author": "Yura Dupyn <yura@dupyn.com>",
|
|
"license": "GPL-3.0-or-later",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|