@jag-k/scriptable-jsx
Version:
Create a Scriptable bundle from JSX
53 lines (52 loc) • 1.09 kB
JSON
{
"name": "@jag-k/scriptable-jsx",
"description": "Create a Scriptable bundle from JSX",
"license": "SEE LICENSE IN LICENSE",
"version": "1.1.3",
"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/scriptable-jsx.git"
},
"bugs": {
"url": "https://github.com/jag-k/scriptable-jsx/issues"
},
"type": "module",
"main": "dist/index.js",
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"build": "rollup -c",
"watch": "npm run prebuild && rollup -cw",
"prebuild": "rm -rf dist"
},
"files": [
"dist",
"types/*",
"README.md",
"LICENSE"
],
"keywords": [
"scriptable",
"scriptable-ios",
"scriptable-app",
"jsx"
],
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"rollup": "^2.78.0",
"tslib": "^2.4.0"
},
"types": "./dist/index.d.ts",
"dependencies": {
"@types/scriptable-ios": "^1.7.0"
}
}