airent
Version:
Airent Framework for JavaScript Backend - a lightweight data entity and presentation framework
54 lines (53 loc) • 1.26 kB
JSON
{
"name": "airent",
"version": "0.2.0",
"description": "Airent Framework for JavaScript Backend - a lightweight data entity and presentation framework",
"main": "./lib/index.js",
"bin": {
"airent": "./bin/index.js"
},
"scripts": {
"build": "rm -rf ./lib && tsc -p tsconfig.json && crlf --set=LF bin/*",
"test": "rm -rf ./test-output && node ./bin/index.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cshaxu/airent-js.git"
},
"keywords": [
"api",
"backend",
"data",
"entity",
"framework",
"orm",
"pojo",
"presentation",
"typescript"
],
"author": "cshaxu",
"license": "MIT",
"bugs": {
"url": "https://github.com/cshaxu/airent-js/issues"
},
"homepage": "https://github.com/cshaxu/airent-js#readme",
"dependencies": {
"async-lock": "^1.4.1",
"ejs": "^3.1.10",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/async-lock": "^1.4.2",
"@types/ejs": "^3.1.5",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.12",
"crlf": "^1.1.1",
"typescript": "^5.4.5"
},
"files": [
"bin",
"lib",
"resources"
]
}