inkdrop-export-utils
Version:
Utilities for exporting notes from Inkdrop
56 lines (55 loc) • 1.39 kB
JSON
{
"name": "inkdrop-export-utils",
"version": "3.3.0",
"description": "Utilities for exporting notes from Inkdrop",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib && flow-copy-source src lib",
"watch": "babel src --watch -d lib",
"test": "ava",
"prepublishOnly": "npm test"
},
"keywords": [
"inkdrop",
"markdown"
],
"repository": {
"type": "git",
"url": "https://github.com/inkdropapp/inkdrop-export-utils.git"
},
"author": "Takuya Matsuyama <hi@craftz.dog>",
"license": "MIT",
"dependencies": {
"inkdrop-model": "^2.6.2"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-flow": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.14.5",
"ava": "^3.15.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-react": "^7.24.0",
"flow-bin": "^0.152.0",
"flow-copy-source": "^2.0.9",
"prettier": "^2.3.1"
},
"files": [
"lib",
"assets"
],
"engines": {
"inkdrop": "^5.x"
},
"ava": {
"babel": true
}
}