Version 1.0.0
This commit is contained in:
parent
f8bbfe3b80
commit
0a35abe622
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue