@ghadeerahmad/larascript
Version:
open source framwork
52 lines • 1.27 kB
JSON
{
"name": "@ghadeerahmad/larascript",
"version": "1.5.5",
"description": "open source framwork",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"transform": {
"node_modules/variables/.+\\.(j|t)sx?$": "ts-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!variables/.*)"
]
},
"author": "Ghadeer Ahmad <ghadeer.95.ah@gmail.com>",
"license": "ISC",
"dependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^18.11.18",
"dotenv": "^16.0.3",
"mysql2": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"jest": "^29.4.3",
"ts-jest": "^29.0.5"
},
"repository": {
"type": "git",
"url": "git+https://ghadeerahmad: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@github.com/ghadeerahmad/laravel_like_for_node.git"
},
"keywords": [
"larascript",
"node",
"nodejs",
"typescript",
"mysql",
"express"
],
"bugs": {
"url": "https://github.com/ghadeerahmad/laravel_like_for_node/issues"
},
"homepage": "https://github.com/ghadeerahmad/laravel_like_for_node#readme"
}