@aciiverse/fetcii
Version:
Simple fetch module primary designed for the aciifx backend
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "@aciiverse/fetcii",
"version": "1.2.3",
"description": "Simple fetch module primary designed for the aciifx backend",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"url": "https://github.com/Aciiverse/fetcii.git"
},
"author": "Flowtastisch",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"fetch",
"api",
"typescript",
"frontend",
"simple",
"handle",
"acii"
],
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"build:watch": "tsc --watch",
"test:api:": "concurrently \"tsc --watch -p api/tsconfig.json\" \"node --watch api/dist/index.js\" "
},
"files": [
"dist",
"!test",
"LICENCE"
],
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.9.1",
"concurrently": "^9.1.0",
"express": "^4.21.1",
"prettier": "^3.3.3"
}
}