CoreTextPlace/package.json
laosb 8746ae1494
Some checks failed
Test / test (push) Has been cancelled
fix: mark intl call as pure
2025-12-16 18:14:37 +08:00

38 lines
772 B
JSON

{
"name": "@textplace/core",
"version": "0.6.1",
"description": "The core logic of TextPlace.",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/TextPlace/CoreTextPlace"
},
"bugs": {
"url": "https://github.com/TextPlace/CoreTextPlace/issues"
},
"scripts": {
"test": "vitest",
"build": "obuild",
"typecheck": "tsc --noEmit"
},
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/mod.d.ts",
"import": "./dist/mod.mjs"
}
},
"dependencies": {
"@std/cli": "jsr:^1.0.24"
},
"devDependencies": {
"obuild": "^0.4.3",
"prettier": "^3.7.2",
"typescript": "^5.9.3",
"vitest": "^4.0.14"
},
"packageManager": "pnpm@10.25.0"
}