@anoki/fse-common
Version:
Common types for FSE
66 lines (65 loc) • 1.97 kB
JSON
{
"name": "@anoki/fse-common",
"version": "2.2.0-2-SNAPSHOT1",
"description": "Common types for FSE",
"main": "dist/index.js",
"types": "dist/index.d",
"author": "Anoki <developer@anoki.it>",
"scripts": {
"clean": "rm -rf dist",
"build": "npx tsc",
"release": "npx tsc && npm publish",
"release:beta": "npx tsc && npm publish --tag beta",
"test": "jest --passWithNoTests --verbose --silent false",
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
"lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore --fix",
"prepublishOnly": "npm test && npm run build",
"prepare": "husky",
"changelog": "auto-changelog -p",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"private": false,
"keywords": [
"anoki",
"fse",
"common",
"types"
],
"files": [
"dist",
"src",
"CHANGELOG.md",
"README.md"
],
"publishConfig": {
"access": "public"
},
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"auto-changelog": "^2.4.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-react-typescript": "^1.0.10",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-webpack-plugin": "^3.1.1",
"husky": "^9.1.0",
"jest": "^29.7.0",
"lint-staged": "^10.5.4",
"prettier": "^2.8.4",
"pretty-quick": "3.1.0",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}