@jacobx1/of-sdk
Version:
Node interface for interacting with Omnifocus
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "@jacobx1/of-sdk",
"version": "0.2.7",
"description": "Node interface for interacting with Omnifocus",
"main": "build/index.js",
"scripts": {
"prettier:write": "npx prettier --write \"src/**/*\"",
"test": "npx jest -i --verbose",
"lint": "npx eslint src/**/*.ts",
"build": "npx tsc",
"clean": "rm -rf ./build/",
"build:clean": "npm run clean && npm run build"
},
"files": [
"build/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jacobx1/of-sdk.git"
},
"keywords": [
"omnifocus",
"node",
"typescript",
"jxa",
"automation"
],
"author": "Jacob Schwind",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacobx1/of-sdk/issues"
},
"homepage": "https://github.com/jacobx1/of-sdk#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@jacobx1/of-types": "^0.2.7",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.42",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"jest": "^26.0.0",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
},
"gitHead": "5290733869d12370e9075b55c74a2ead3614270a"
}