@lakutata/core
Version:
Lakutata Framework Core
104 lines (103 loc) • 2.63 kB
JSON
{
"name": "@lakutata/core",
"version": "1.0.60",
"description": "Lakutata Framework Core",
"main": "./build/Core.js",
"types": "./build/Core.d.ts",
"type": "commonjs",
"scripts": {
"clean": "shx rm -rf ./build",
"build": "tsc",
"rebuild": "npm run clean && npm run build",
"prepare": "npm run compile",
"compile": "npm run rebuild && shx rm -rf ./build/tests/*",
"test": "node -r ./node_modules/ts-node/register src/tests/*.spec.ts"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://gitee.com/nnxr/lakutata-core.git"
},
"homepage": "https://lakutata.com",
"bugs": {
"url": "https://gitee.com/nnxr/lakutata-core/issues",
"email": "myq1991@gmail.com"
},
"keywords": [
"lakutata",
"framework",
"typescript",
"extendable",
"app",
"application",
"iot",
"ioc",
"di",
"dependency injection",
"dependency inversion",
"inversion of control",
"multiprocess",
"multiple processes",
"multithread",
"multiple threads",
"worker",
"child",
"processing",
"parallel",
"worker_threads",
"thread"
],
"author": "alex.ma",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"crypto-js": "^4.1.1",
"inversify": "^6.0.1",
"is-ssh": "^1.4.0",
"json-helpers": "^5.2.1",
"lodash.mapvalues": "^4.6.0",
"memfs": "^3.4.12",
"merge-deep": "^3.0.3",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"msgpack5": "^6.0.2",
"needle": "^3.2.0",
"node-rsa": "^1.1.1",
"p-timeout": "^4.1.0",
"pupa": "^2.1.1",
"random": "^3.0.6",
"reflect-metadata": "^0.1.13",
"sort-keys": "^4.2.0",
"string-random": "^0.1.3",
"winston": "^3.8.2",
"winston-transport": "^4.5.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/crypto-js": "^4.1.1",
"@types/is-ssh": "^1.3.0",
"@types/lodash.mapvalues": "^4.6.6",
"@types/merge-deep": "^3.0.0",
"@types/msgpack5": "^3.4.2",
"@types/needle": "^2.5.3",
"@types/node": "^16.11.7",
"@types/node-rsa": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "~4.7.4"
},
"engines": {
"node": ">=14.15.1"
}
}