UNPKG

@isicily/epidoc-viewer-core

Version:

exports a javascript function for converting epidoc to Leiden

38 lines (37 loc) 971 B
{ "name": "@isicily/epidoc-viewer-core", "version": "1.0.7", "description": "exports a javascript function for converting epidoc to Leiden", "module": "dist/index.js", "main": "dist/index.js", "private": false, "files": [ "dist", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\"", "build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files" }, "repository": { "type": "git", "url": "git+https://github.com/ISicily/epidoc-viewer-core.git" }, "keywords": [ "epidoc", "leiden" ], "author": "James Chartrand", "license": "ISC", "bugs": { "url": "https://github.com/ISicily/epidoc-viewer-core/issues" }, "homepage": "https://github.com/ISicily/epidoc-viewer-core#readme", "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@babel/preset-env": "^7.14.2", "@babel/preset-react": "^7.13.13" }, "dependencies": {} }