UNPKG

datocms-plugin-sdk

Version:
46 lines (45 loc) 1.11 kB
{ "name": "datocms-plugin-sdk", "version": "0.3.20", "description": "DatoCMS Plugin SDK", "keywords": [ "datocms", "plugin", "sdk" ], "author": "Stefano Verna <s.verna@datocms.com>", "homepage": "https://github.com/datocms/plugins-sdk/tree/master/packages/sdk#readme", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "typings": "dist/types/index.d.ts", "sideEffects": false, "directories": { "lib": "dist", "test": "__tests__" }, "files": [ "dist", "sistema", "types.json" ], "repository": { "type": "git", "url": "git+https://github.com/datocms/plugins-sdk.git" }, "scripts": { "build": "tsc && tsc --project ./tsconfig.esnext.json && npm run generate-typedoc", "generate-typedoc": "typedoc src/index.ts --json types.json", "prebuild": "rimraf dist" }, "bugs": { "url": "https://github.com/datocms/plugins-sdk/issues" }, "dependencies": { "penpal": "^4.1.1" }, "devDependencies": { "typedoc": "^0.22.8" }, "gitHead": "e9754611c749055aa7827d7a6c2b6ced6377dc83" }