UNPKG

@locker/eslint-rule-maker

Version:
40 lines (39 loc) 1.12 kB
{ "name": "@locker/eslint-rule-maker", "version": "0.25.3", "repository": { "type": "git", "url": "https://github.com/salesforce-experience-platform-emu/locker", "directory": "packages/@locker/eslint-rule-maker" }, "license": "SEE LICENSE IN LICENSE.txt", "author": "Salesforce UI Security Team", "description": "Lightning Web Security ESLint rule maker utilities", "keywords": [ "eslint", "locker", "salesforce" ], "main": "dist/index.cjs.js", "module": "dist/index.mjs.js", "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "build": "rollup --config .rolluprc.cjs", "build:dev": "cross-env NODE_ENV=development yarn build", "clean": "locker-trash dist/", "test": "yarn build && jest" }, "dependencies": { "@locker/ast-lib-maker": "0.25.3", "@locker/shared": "0.25.3" }, "files": [ "dist/", "!dist/*.map", "LICENSE.txt" ], "gitHead": "976860927fb82f099029f4551f516535e7340274" }