lfs-akairo
Version:
LFS Akairo is a framework designed to simplify the creation of InSim applications.
41 lines (40 loc) • 1.13 kB
JSON
{
"name": "lfs-akairo",
"description": "LFS Akairo is a framework designed to simplify the creation of InSim applications.",
"author": "Eduardo <contato.eduardo24@gmail.com>",
"keywords": ["lfs", "akairo", "insim", "node-insim", "node", "typescript"],
"version": "0.0.31",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"repository": {
"type": "git",
"url": "https://github.com/MrSev7en/lfs-akairo"
},
"imports": {
"#package": "./package.json",
"#classes/*": "./dist/classes/*.js",
"#core/*": "./dist/core/*.js",
"#managers/*": "./dist/managers/*.js",
"#types/*": "./dist/types/*.js",
"#utils/*": "./dist/utils/*.js"
},
"scripts": {
"build": "rimraf -rf ./dist && tsup",
"dev": "rimraf -rf ./dist && tsup --watch"
},
"dependencies": {
"i18next": "^25.0.2",
"node-insim": "^4.6.3",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.17.32",
"rimraf": "^5.0.10",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
}
}