@webdoc/types
Version:
Type definitions for @webdoc/model
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "@webdoc/types",
"version": "2.2.0",
"description": "Type definitions for @webdoc/model",
"keywords": [
"flow",
"ts",
"typescript",
"types",
"webdoc",
"jsdoc",
"documentation"
],
"author": "Shukant Pal <shukantpal@outlook.com>",
"homepage": "https://github.com/SukantPal/webdoc/tree/master/packages/webdoc-types#readme",
"license": "The Prosperity Public License 3.0.0",
"main": "index.js",
"types": "index.js.flow",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SukantPal/webdoc.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "",
"unit-test": "",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/SukantPal/webdoc/issues"
},
"gitHead": "326306f477098182404f813337c0c67cc90263c6",
"dependencies": {
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-transform-flow-comments": "7.17.12"
}
}