UNPKG

@structured-types/instant-documentation-plugin

Version:

Typescript playground plugin to display instant documentation.

67 lines (66 loc) 2.04 kB
{ "name": "@structured-types/instant-documentation-plugin", "version": "3.46.12", "description": "Typescript playground plugin to display instant documentation.", "keywords": [ "structured-types", "playground-plugin", "typescript" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist/", "package.json", "README.md" ], "scripts": { "build": "rollup -c rollup.config.js", "build:tsc": "tsc -b", "create-dts": "node scripts/getDTS.js", "start": "NODE_ENV=development concurrently -p \"[{name}]\" -n \"ROLLUP,SITE\" -c \"bgBlue.bold,bgMagenta.bold\" \"yarn rollup -c rollup.config.js --watch\" \"yarn serve dist\"", "lint": "yarn eslint . --ext ts,tsx", "fix": "yarn lint --fix", "clean": "rimraf dist coverage node_modules tsconfig.tsbuildinfo" }, "homepage": "https://github.com/ccontrols/structured-types", "bugs": { "url": "https://github.com/ccontrols/structured-types/issues" }, "repository": { "type": "git", "url": "https://github.com/ccontrols/structured-types.git", "directory": "packages/instant-documentation-plugin" }, "license": "MIT", "dependencies": { "@structured-types/api": "^3.46.12", "@structured-types/api-docs": "^3.46.12", "@structured-types/prop-types-plugin": "^3.46.12", "@structured-types/react-plugin": "^3.46.12", "deepmerge": "^4.2.2", "lz-string": "^1.4.4", "node-fetch": "^2.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.5.0" }, "devDependencies": { "@types/lz-string": "^1.3.34", "@types/react": "^17.0.14", "@types/react-dom": "^17.0.9", "concurrently": "^5.1.0", "rollup-plugin-external-globals": "^0.6.1", "serve": "^12.0.0", "tslib": "^2.3.0" }, "author": { "name": "Atanas Stoyanov", "email": "atanasster@gmail.com", "url": "https://github.com/ccontrols" }, "publishConfig": { "access": "public" }, "gitHead": "a691fca6208cc96b62306b1a059a810bc31b68bd" }