60 строки
1.6 KiB
JSON
60 строки
1.6 KiB
JSON
{
|
|
"name": "@electron/typescript-definitions",
|
|
"version": "0.0.0-development",
|
|
"description": "Automatically generated TypeScript definitions files for the Electron API",
|
|
"bin": {
|
|
"electron-typescript-definitions": "dist/bin.js"
|
|
},
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prettier:check": "prettier --list-different \"src/**/*.{ts,tsx}\"",
|
|
"prettier:write": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
"test": "yarn build && mocha",
|
|
"prepack": "check-for-leaks",
|
|
"prepush": "check-for-leaks",
|
|
"semantic-release": "semantic-release"
|
|
},
|
|
"author": {
|
|
"name": "Samuel Attard",
|
|
"homepage": "https://www.samuelattard.com"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@continuous-auth/semantic-release-npm": "2.0.0",
|
|
"@electron/docs-parser": "^0.12.0",
|
|
"@types/debug": "^4.1.4",
|
|
"@types/fs-extra": "^5.0.5",
|
|
"@types/lodash": "^4.14.123",
|
|
"@types/minimist": "^1.2.0",
|
|
"chai": "^4.2.0",
|
|
"check-for-leaks": "^1.2.0",
|
|
"husky": "^2.1.0",
|
|
"mocha": "^6.1.4",
|
|
"prettier": "^1.17.0",
|
|
"semantic-release": "^17.4.7",
|
|
"typescript": "^3.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^11.13.7",
|
|
"chalk": "^2.4.2",
|
|
"colors": "^1.1.2",
|
|
"debug": "^4.1.1",
|
|
"fs-extra": "^7.0.1",
|
|
"lodash": "^4.17.11",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ora": "^3.4.0",
|
|
"pretty-ms": "^5.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/electron/electron-typescript-definitions.git"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"base"
|
|
]
|
|
}
|