31 строка
923 B
JSON
31 строка
923 B
JSON
{
|
|
"name": "@github/textarea-autosize",
|
|
"description": "Autosizes textarea to size of it's contents.",
|
|
"version": "0.3.0",
|
|
"main": "dist/umd/index.js",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "MIT",
|
|
"repository": "github/textarea-autosize",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"clean": "rm -rf dist",
|
|
"lint": "eslint src",
|
|
"prebuild": "npm run clean && npm run lint && mkdir dist",
|
|
"build": "tsc --outDir dist/umd/ --module umd && tsc",
|
|
"test": "echo 'There are no tests here'",
|
|
"pretest": "npm run build",
|
|
"prepublishOnly": "npm run build",
|
|
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
|
|
},
|
|
"prettier": "@github/prettier-config",
|
|
"devDependencies": {
|
|
"@github/prettier-config": "^0.0.4",
|
|
"eslint": "^7.21.0",
|
|
"eslint-plugin-github": "^4.1.2",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|