21 lines
540 B
JSON
21 lines
540 B
JSON
{
|
|
"name": "@omnivore/content-handler",
|
|
"version": "1.0.0",
|
|
"description": "A standalone version of content handler to parse and format each type of content",
|
|
"main": "build/src/index.js",
|
|
"types": "build/src/index.d.ts",
|
|
"files": [
|
|
"build/src"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"test": "yarn mocha -r ts-node/register --config mocha-config.json",
|
|
"lint": "eslint src --ext ts,js,tsx,jsx",
|
|
"compile": "tsc",
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-plugin-prettier": "^4.0.0"
|
|
}
|
|
}
|