42 lines
848 B
JSON
42 lines
848 B
JSON
{
|
|
"name": "@sharkitek/core",
|
|
"version": "3.0.0",
|
|
"description": "Sharkitek core models library.",
|
|
"keywords": [
|
|
"sharkitek",
|
|
"model",
|
|
"serialization",
|
|
"diff",
|
|
"dirty",
|
|
"deserialization",
|
|
"property"
|
|
],
|
|
"repository": "https://git.madeorsk.com/Sharkitek/core",
|
|
"author": "Madeorsk <madeorsk@protonmail.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && vite build",
|
|
"test": "jest"
|
|
},
|
|
"type": "module",
|
|
"source": "src/index.ts",
|
|
"types": "lib/index.d.ts",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.13",
|
|
"@types/node": "^22.7.4",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.2.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.8",
|
|
"vite-plugin-dts": "^4.2.2"
|
|
},
|
|
"packageManager": "yarn@4.5.0"
|
|
}
|