UNPKG

@automattic/rtjson-to-wpblocks

Version:

Javascript code to convert Day One RTJson to WordPress Gutenberg Blocks

36 lines (35 loc) 1.04 kB
{ "name": "@automattic/rtjson-to-wpblocks", "version": "3.0.0", "description": "Javascript code to convert Day One RTJson to WordPress Gutenberg Blocks", "main": "index.js", "scripts": { "test": "node ./node_modules/.bin/jest", "test:watch": "node ./node_modules/.bin/jest --watchAll", "generate-schema": "./node_modules/.bin/typescript-json-schema --required --strict-null-checks tsconfig.json RTJDoc > RTJDoc.schema.json" }, "repository": { "type": "git", "url": "git+https://github.com/Automattic/rtjson-to-wpblocks.git" }, "keywords": [ "Day One", "Gutenberg", "WordPress" ], "author": "Murphy Randle", "license": "MIT", "bugs": { "url": "https://github.com/Automattic/rtjson-to-wpblocks/issues" }, "homepage": "https://github.com/Automattic/rtjson-to-wpblocks#readme", "dependencies": { "ajv": "^8.16.0" }, "devDependencies": { "dedent": "^1.5.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "typescript-json-schema": "^0.64.0" } }