ts-mdls
Version:
Lightweigth, dependency free, fully typed wrapper of the macOS `mdls` command
42 lines (41 loc) • 1.23 kB
JSON
{
"name": "ts-mdls",
"version": "1.0.3",
"description": "Lightweigth, dependency free, fully typed wrapper of the macOS `mdls` command",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix",
"dev": "ts-node-dev --respawn -- src/index.ts",
"test": "jest"
},
"engines": {
"node": ">= 6.0.0"
},
"author": "Luca Schultz",
"repository": "github:lucaschultz/ts-mdls",
"homepage": "https://github.com/lucaschultz/ts-mdls#readme",
"license": "MIT",
"devDependencies": {
"@types/benchmark": "^2.1.2",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"benchmarkjs-pretty": "^2.0.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.3"
},
"keywords": [
"mdls",
"osx",
"macos"
]
}