Files
ditto.site/packages/core/package.json

35 lines
842 B
JSON

{
"name": "@cloner/core",
"version": "0.1.0",
"private": true,
"description": "Core compiler adapter and file-map helpers for the ditto.site service.",
"license": "MIT",
"author": "ion-design",
"repository": {
"type": "git",
"url": "https://github.com/ion-design/ditto.site.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/ion-design/ditto.site/issues"
},
"homepage": "https://github.com/ion-design/ditto.site#readme",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"test": "node --import tsx --test test/*.test.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"clone-static": "*"
},
"devDependencies": {
"@cloner/test-utils": "*",
"tsx": "4.22.4",
"typescript": "5.7.3",
"@types/node": "22.10.5"
}
}