jxa-common-used
Version:
d.ts for common used app
61 lines (60 loc) • 1.49 kB
JSON
{
"name": "jxa-common-used",
"version": "0.0.3",
"description": "d.ts for common used app",
"main": "index.js",
"types": "./types/index.d.ts",
"files": [
"types/"
],
"scripts": {
"test": "mocha",
"prepare": "husky install",
"test-cover": "nyc --reporter=lcov --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/magicdawn/jxa-common-used.git"
},
"keywords": [
"jxa",
"path-finder",
"iterm",
"iterm2"
],
"author": "magicdawn",
"license": "MIT",
"bugs": {
"url": "https://github.com/magicdawn/jxa-common-used/issues"
},
"homepage": "https://github.com/magicdawn/jxa-common-used#readme",
"devDependencies": {
"@jxa/global-type": "^1.3.6",
"@jxa/sdef-to-dts": "^1.3.6",
"@jxa/types": "^1.3.6",
"@magicdawn/prettier-config": "^0.0.2",
"@swc/core": "^1.3.19",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"fs-extra": "^11.1.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"should": "^13.2.3",
"typescript": "^4.9.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,less,md}": [
"prettier --write"
]
}
}