34 lines
908 B
JSON
34 lines
908 B
JSON
{
|
|
"name": "@sharkitek/core",
|
|
"version": "1.2.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",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "parcel build",
|
|
"dev": "parcel watch",
|
|
"test": "jest"
|
|
},
|
|
"main": "lib/index.js",
|
|
"source": "src/index.ts",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"dependencies": {
|
|
"reflect-metadata": "^0.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/packager-ts": "2.6.2",
|
|
"@parcel/transformer-typescript-types": "2.6.2",
|
|
"@types/jest": "^28.1.6",
|
|
"jest": "^28.1.3",
|
|
"parcel": "^2.6.2",
|
|
"ts-jest": "^28.0.7",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"packageManager": "yarn@3.2.2"
|
|
}
|