adobe-jsx
Version:
command line tool to execute adobe extendscript .jsx file
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "adobe-jsx",
"version": "0.0.1",
"description": "command line tool to execute adobe extendscript .jsx file",
"license": "MIT",
"author": {
"name": "YuTengjing",
"url": "https://github.com/tjx666",
"email": "ytj2713151713@gmail.com"
},
"homepage": "https://github.com/tjx666/adobe-jsx/blob/master/README.md",
"bugs": {
"url": "https://github.com/tjx666/adobe-jsx/issues",
"email": "ytj2713151713@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tjx666/adobe-jsx"
},
"engines": {
"node": "^16"
},
"keywords": [
"adobe",
"extendscript",
"jsx",
"photoshop",
"aftereffects",
"cli",
"command"
],
"type": "module",
"bin": {
"jsx": "bin/jsx.mjs"
},
"files": [
"dist",
"bin"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepublishOnly": "pnpm build",
"build": "unbuild"
},
"eslintConfig": {
"extends": "@antfu"
},
"devDependencies": {
"@antfu/eslint-config": "0.27.0",
"@types/node": "18.11.2",
"consola": "2.15.3",
"np": "7.6.2",
"prettier": "2.7.1",
"typescript": "4.8.4",
"unbuild": "0.8.11"
}
}