UNPKG

cep-bundler-core

Version:

Core functionality for making bundler extensions to compile CEP

49 lines (48 loc) 1.24 kB
{ "name": "cep-bundler-core", "version": "0.3.0", "description": "Core functionality for making bundler extensions to compile CEP", "main": "dist/cep-bundler-core.cjs.js", "module": "dist/cep-bundler-core.esm.js", "browser": "dist/cep-bundler-core.umd.js", "bin": { "cep-bundler-core": "./bin.js" }, "scripts": { "start": "rollup --config --watch", "build": "rollup --config" }, "keywords": [ "Adobe", "CEP", "ExtendScript", "TypeScript", "Bundler", "Extension", "Plugin" ], "author": "Koen Schmeets", "license": "MIT", "dependencies": { "fs-extra": "^9.0.1", "yargs": "^15.4.0" }, "devDependencies": { "@types/fs-extra": "^9.0.1", "@types/node": "^14.0.14", "@typescript-eslint/eslint-plugin": "^3.0.2", "@typescript-eslint/parser": "^3.0.2", "builtin-modules": "^3.1.0", "eslint": "^7.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.20.0", "prettier": "^2.0.5", "rollup": "^2.19.0", "rollup-plugin-node-externals": "^2.2.0", "rollup-plugin-typescript2": "^0.27.1", "tape": "^5.0.1", "typescript": "^3.9.6", "xml-js": "^1.6.11" } }