UNPKG

@agility/web-studio-sdk

Version:

Standard Development Kit used to enable Web Studio features in Agility CMS

48 lines (47 loc) 1.29 kB
{ "name": "@agility/web-studio-sdk", "version": "1.0.24", "description": "Standard Development Kit used to enable Web Studio features in Agility CMS", "repository": { "type": "git", "url": "git+https://github.com/agility/web-studio-sdk.git" }, "bugs": { "url": "https://github.com/agility/web-studio-sdk.git/issues" }, "homepage": "https://github.com/agility/web-studio-sdk.git#readme", "main": "./dist/index.js", "types": "./dist/index.d.ts", "engines": { "node": ">= 18.0.0" }, "scripts": { "build": "NODE_ENV=production rm -rf dist && node build.js", "dev": "NODE_ENV=development npx http-server ./dist -c-1 -p 8080", "esbuildServe": "NODE_ENV=development esbuild src/index.ts --bundle --outdir=dist --servedir=dist --watch", "pre-publish": "rm -rf dist && yarn build" }, "keywords": [ "typescript", "agility", "cms", "headlesscms", "web-studio-sdk" ], "author": "Agility CMS", "contributors": [ "Dakotah Godfrey", "Joel Varty", "Kevin Tran", "Landy Simpson" ], "license": "MIT", "devDependencies": { "@types/node": "^20.14.10", "dotenv": "^16.4.5", "esbuild": "0.23.0", "esbuild-sass-plugin": "^3.3.1", "npm-dts": "^1.3.12", "typescript": "^5.5.3" } }