UNPKG

@jag-k/rollup-plugin-scriptable

Version:
52 lines (51 loc) 1.09 kB
{ "name": "@jag-k/rollup-plugin-scriptable", "description": "Create a Scriptable bundle from your project", "license": "SEE LICENSE IN LICENSE", "version": "1.0.7", "author": { "email": "jag.konon@gmail.com", "name": "Jag_k", "url": "https://github.com/jag-k" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/jag-k/rollup-plugin-scriptable.git" }, "bugs": { "url": "https://github.com/jag-k/rollup-plugin-scriptable/issues" }, "main": "dist/index.js", "module": "dist/index.es.js", "engines": { "node": ">= 8.0.0" }, "scripts": { "build": "rollup -c", "prebuild": "rm -rf dist" }, "files": [ "dist", "types", "README.md", "LICENSE" ], "keywords": [ "rollup", "plugin", "scriptable", "scriptable-ios" ], "peerDependencies": { "rollup": "^1.20.0 || ^2.0.0" }, "devDependencies": { "@rollup/plugin-typescript": "^8.3.4", "rollup": "^2.67.3", "tslib": "^2.4.0" }, "types": "./dist/index.d.ts" }