extend-scripts
Version:
Common scripts for developing and building Adobe Extendscript plugins
79 lines (78 loc) • 2.31 kB
JSON
{
"name": "extend-scripts",
"version": "2.0.5",
"description": "Common scripts for developing and building Adobe Extendscript plugins",
"main": "dist/index.js",
"bin": {
"extend-scripts": "dist/index.js"
},
"files": [
"dist",
"babel.js",
"config.js",
"eslint.js",
"jest.js",
"prettier.js"
],
"scripts": {
"add-contributor": "frans-scripts contributors add",
"test": "frans-scripts test",
"test:update": "frans-scripts test --updateSnapshot",
"build": "frans-scripts build",
"lint": "frans-scripts lint",
"format": "frans-scripts format",
"precommit": "frans-scripts precommit",
"validate": "yarn run lint && yarn run test --no-watch --passWithNoTests && yarn run build",
"release": "frans-scripts release"
},
"repository": {
"type": "git",
"url": "https://github.com/adambrgmn/extend-scripts.git"
},
"keywords": [
"scripts",
"extendscript"
],
"author": "Adam Bergman <adam@fransvilhelm.com> (http://fransvilhelm.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/adambrgmn/extend-scripts/issues"
},
"homepage": "https://github.com/adambrgmn/extend-scripts#readme",
"engines": {
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@semantic-release/git": "^3.0.1",
"babel-macros": "^1.2.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-minify-dead-code-elimination": "^0.3.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"eslint-plugin-extendscript": "^1.0.1",
"execa": "^0.9.0",
"frans-scripts": "^2.1.3",
"glob": "^7.1.2",
"ramda": "^0.25.0",
"rimraf": "^2.6.2",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-es3": "^1.1.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.3",
"semantic-release-build": "^1.2.0"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}