mdn-api-types
Version:
Type definitions for MDN API
41 lines • 987 B
JSON
{
"name": "mdn-api-types",
"version": "0.0.3",
"description": "Type definitions for MDN API",
"main": "./dist/default/index.js",
"types": "./dist/default/index.d.ts",
"author": "Shubham Parihar <shubhamparihar391@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iShibi/mdn-api-types.git"
},
"homepage": "https://github.com/iShibi/mdn-api-types#readme",
"bugs": {
"url": "https://github.com/iShibi/mdn-api-types/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typedoc": "^0.20.34",
"typescript": "^4.2.3"
},
"type": "module",
"files": [
"/dist"
],
"keywords": [
"MDN",
"mozilla",
"API",
"typescript",
"types"
]
}