{
	"dependencies": {
		"eslint-config-prettier": "^8.8.0",
		"eslint-plugin-prettier": "^4.2.1",
		"hjson": "^3.2.2",
		"lodash": "^4.17.21",
		"math-expression-evaluator": "^2.0.2",
		"module-alias": "^2.2.2",
		"tslib": "^2.5.2"
	},
	"devDependencies": {
		"@types/hjson": "^2.4.3",
		"@types/lodash": "^4.14.191",
		"@types/node": "^18.15.11",
		"@typescript-eslint/eslint-plugin": "^5.56.0",
		"@typescript-eslint/parser": "^5.56.0",
		"ts-node": "^10.9.1"
	},
	"_moduleAliases": {
		"@class": "./lib/classes/"
	},
	"name": "@kodeko/akita-core",
	"version": "0.1.1",
	"main": "lib/index.js",
	"scripts": {
		"lint": "eslint --fix .\\src\\",
		"pretty": "prettier -w .\\src\\"
	},
	"keywords": [
		"string interpreter",
		"interpreter",
		"typescript",
		"functions",
		"akita",
		"BDFD"
	],
	"author": "Kodeko",
	"license": "UNIRO-ROCL",
	"description": "A powerfull string interpreter",
	"types": "./lib/index.d.ts",
	"directories": {
		"lib": "lib"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Pavez7274/akita-core.git"
	},
	"bugs": {
		"url": "https://github.com/Pavez7274/akita-core/issues"
	},
	"homepage": "https://github.com/Pavez7274/akita-core#readme"
}
