variance-authority
Version:
Variance Authority
44 lines (43 loc) • 1.22 kB
JSON
{
"name": "variance-authority",
"version": "0.1.2",
"description": "Variance Authority",
"source": "./src/index.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": ["lib", "src", "!src/**/*.test.ts"],
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"format": "prettier --write 'src/**/*.ts'",
"lint": "eslint --fix 'src/**/*.ts'",
"postversion": "git push && git push --tags",
"prepare": "npm run build",
"prepublishOnly": "npm run lint && npm test",
"preversion": "npm run lint",
"test": "jest",
"version": "npm run format && git add -A src"
},
"keywords": [
"variance authority",
"cva",
"sva"
],
"repository": {
"type": "git",
"url": "git+https://github.com/danilichev/variance-authority.git"
},
"author": "V. Danilichev <v.danilichev@gmail.com> (https://github.com/danilichev)",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}