36 lines
778 B
JSON
36 lines
778 B
JSON
{
|
|
"name": "@zseven-w/pen-types",
|
|
"version": "0.8.0",
|
|
"description": "Type definitions for OpenPencil document model",
|
|
"homepage": "https://github.com/ZSeven-W/openpencil/tree/main/packages/pen-types",
|
|
"bugs": {
|
|
"url": "https://github.com/ZSeven-W/openpencil/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "ZSeven-W",
|
|
"email": "xkayshen@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ZSeven-W/openpencil.git",
|
|
"directory": "packages/pen-types"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|