15 lines
316 B
JSON
15 lines
316 B
JSON
{
|
|
"name": "@appsmith/eslint-plugin",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"build:watch": "npx tsc --watch",
|
|
"lint": "yarn g:lint",
|
|
"prettier": "yarn g:prettier",
|
|
"postinstall": "yarn build",
|
|
"test:unit": "yarn g:jest"
|
|
}
|
|
}
|