9 lines
218 B
JSON
9 lines
218 B
JSON
{
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"autofix": "node ../../../node_modules/eslint/bin/eslint.js --ignore-path ../../.eslintignore --fix --ext .ts src"
|
|
}
|
|
}
|