ecstc/package.json
2024-12-05 02:19:04 -06:00

38 lines
920 B
JSON

{
"author": "cha0s",
"devDependencies": {
"@vitest/coverage-v8": "^1.6.0",
"crunches": "^2.0.0",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"vite": "^5.1.0",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=20.0.0"
},
"exports": "./dist/index.js",
"files": [
"dist"
],
"license": "MIT",
"main": "./dist/index.umd.cjs",
"name": "ecstc",
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/ecstc.git"
},
"scripts": {
"build": "vite build",
"ci": "act -W .github/workflows/ci.yml",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"test": "vitest --passWithNoTests src"
},
"sideEffects": false,
"type": "module",
"version": "0.0.0"
}