@kcutils/models
Version:
Additional DataType and Models
56 lines (55 loc) • 1.17 kB
JSON
{
"name": "@kcutils/models",
"version": "0.6.28",
"description": "Additional DataType and Models",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/kamontat/kcutils",
"directory": "packages/models"
},
"author": {
"name": "Kamontat Chantrachirathumrong",
"email": "developer@kamontat.net",
"url": "https://github.com/kamontat"
},
"publishConfig": {
"access": "public"
},
"files": [
"CHANGELOG.md",
"README.md",
"lib/**/*.js",
"lib/**/*.d.ts",
"data/**/*.json"
],
"keywords": [
"kcmono",
"kcutils",
"libraries",
"helper",
"node",
"typescript",
"jest",
"eslint",
"common",
"model"
],
"scripts": {
"build": "icompiler-tsc",
"start": "irunner",
"clean": "icleaner",
"test": "itester",
"lint": "ilinter"
},
"dependencies": {
"@kcutils/helper": "1.1.11"
},
"devDependencies": {
"@kcinternal/commandline": "0.20.1",
"@kcinternal/configuration": "0.8.32"
},
"gitHead": "fd2cb547cdc7d795758b10f3980fa90ee3d37526"
}