Version 1.0.0

This commit is contained in:
Madeorsk 2022-08-01 19:25:36 +02:00
parent f8bbfe3b80
commit 683d8b39ee
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,11 @@
{ {
"name": "core", "name": "@sharkitek/core",
"version": "1.0.0", "version": "1.0.0",
"description": "Sharkitek core models library.", "description": "Sharkitek core models library.",
"repository": "https://git.madeorsk.com/Sharkitek/core", "repository": "https://git.madeorsk.com/Sharkitek/core",
"author": "Madeorsk <madeorsk@protonmail.com>", "author": "Madeorsk <madeorsk@protonmail.com>",
"license": "MIT", "license": "MIT",
"private": false,
"scripts": { "scripts": {
"build": "parcel build", "build": "parcel build",
"dev": "parcel watch", "dev": "parcel watch",
@ -13,6 +14,9 @@
"main": "lib/index.js", "main": "lib/index.js",
"source": "src/index.ts", "source": "src/index.ts",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"dependencies": { "dependencies": {
"reflect-metadata": "^0.1.13" "reflect-metadata": "^0.1.13"
}, },