@creamapi/cream
Version:
Concise REST API Maker - An extension library for express to create REST APIs faster
53 lines (52 loc) • 1.19 kB
JSON
{
"name": "@creamapi/cream",
"version": "1.4.1",
"description": "Concise REST API Maker - An extension library for express to create REST APIs faster",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"doc": "public"
},
"scripts": {
"build": "tsc",
"docs": "typedoc src/index.ts --out public",
"test": "jest",
"deploy": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/worklog1/cream.git"
},
"keywords": [
"rest",
"api",
"express",
"extension",
"descriptive",
"web",
"backend",
"typescript"
],
"author": "Raul Radu",
"license": "Apache-2.0",
"bugs": {
"url": "https://gitlab.com/worklog1/cream/issues"
},
"homepage": "https://worklog1.gitlab.io/cream/",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/supertest": "^6.0.2",
"express": "^4.21.1",
"jest": "^29.7.0",
"prettier": "3.3.3",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"
},
"dependencies": {
"reflect-metadata": "^0.2.2"
}
}