@mnfst/sdk
Version:
Manifest JavaScript SDK
76 lines (75 loc) • 1.52 kB
JSON
{
"name": "@mnfst/sdk",
"version": "1.3.2",
"description": "Manifest JavaScript SDK",
"author": "Manifest",
"homepage": "https://manifest.build",
"license": "MIT",
"main": "dist/js-sdk/src/index.js",
"type": "module",
"scripts": {
"dev": "tsc -w",
"build": "rm -rf dist && tsc -p tsconfig.build.json && node scripts/add-extensions.cjs",
"test": "jest",
"test:ci": "jest --ci",
"prepare": "ts-patch install -s"
},
"files": [
"dist/",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mnfst/manifest.git"
},
"keywords": [
"manifest",
"backend",
"cursor",
"windsurf",
"copilot",
"AI-powered coding",
"backend for LLMs",
"AI code tool",
"backend for vibe coding",
"backend for modern workflows",
"vibe coding",
"vibe coding backend",
"vibe coding api",
"AI assisted coding",
"AI coding",
"manifest",
"micro-backend",
"api",
"rest",
"admin",
"yaml",
"headless",
"sdk",
"js-sdk",
"client",
"rest api",
"auth",
"fetch",
"filter",
"query",
"create",
"update",
"delete",
"get",
"list",
"count",
"crud"
],
"bugs": {
"bugs": "https://github.com/mnfst/manifest/issues"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"fetch-mock": "^10.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-patch": "^3.2.1",
"typescript-transform-paths": "^3.5.1"
}
}