UNPKG

@pixso/plugin-typings

Version:

Typings for the Pixso Plugin API

27 lines (26 loc) 615 B
{ "name": "@pixso/plugin-typings", "version": "0.8.0", "description": "Typings for the Pixso Plugin API", "main": "", "scripts": { "prettier": "npm run prettier-path -- '**/*.{ts,js}'", "prettier:check": "npm run prettier-path:check -- '**/*.{ts,js}'", "prettier-path": "prettier --write", "prettier-path:check": "prettier --check", "test": "tsc" }, "keywords": [ "pixso", "plugin", "typings" ], "author": "Pixso", "devDependencies": { "prettier": "^2.6.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }