{
"name": "Framework",
"homepage": "https://git.gatewify.com/tlcd96/framework#readme",
"version": "1.0.0",
"description": "A complete framework that replaces any library for projects made by TLCD96",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
"name": "Tiago Leonardo Costa Dias",
"email": "tlcd96@outlook.pt",
"url": "https://tlcd96.com/"
},
"license": "SEE LICENSE IN `EULA 1.0.0-2023-en.pdf`",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-env": "^7.23.9",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"clean": [
"rm dist/framework.js",
"rm dist/framework.min.js"
],
"build-dev": "webpack --mode development",
"build-prod": "webpack --mode production",
"bugs": {
"url": "https://git.gatewify.com/tlcd96/framework/issues",
"email": "geral@tlcd96.com"
},
"funding": [
{
"type": "individual",
"url": "http://tlcd96.com/donate"
}
]
}