UNPKG

podlite

Version:

Podlite - a lightweight block-based markup language

62 lines 1.44 kB
{ "name": "podlite", "version": "0.0.42", "description": "Podlite - a lightweight block-based markup language", "main": "lib/index.js", "funding": { "type": "opencollective", "url": "https://opencollective.com/podlite" }, "scripts": { "test": "yarn g:jest --passWithNoTests", "build": "yarn g:build", "watch": "run-p -r watch:*", "watch:ts": "tsc -w --pretty", "watch:tests": "jest --watch -t \"test\"" }, "files": [ "lib", "esm", "README.md", "CHANGELOG.md", "LICENSE" ], "keywords": [ "podlite", "markup", "markup-language", "markdown", "pod6" ], "author": "Aliaksandr Zahatski", "license": "MIT", "bugs": { "url": "https://github.com/podlite/podlite/issues" }, "dependencies": { "@podlite/diagram": "^0.0.33", "@podlite/formula": "0.0.11", "@podlite/image": "^0.0.28", "@podlite/markdown": "0.0.22", "@podlite/schema": "^0.0.29", "@podlite/toc": "0.0.22", "nanoid": "3.1.30" }, "devDependencies": { "@types/jest": "^26.0.21", "@types/node": "^17.0.7", "npm-run-all": "^4.1.5", "typescript": "4.5.5" }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0", "react-dom": "^16.0.0 || ^17.0.0" }, "publishConfig": { "access": "public", "main": "lib/index.js", "types": "./lib/index.d.ts", "module": "./esm/index.js" }, "module": "./esm/index.js" }