Auth2FA/vendor/nette/forms/package.json

31 lines
789 B
JSON

{
"type": "module",
"devDependencies": {
"@nette/eslint-plugin": "^0.1.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"eslint": "^9.26.0",
"globals": "^15.3.0",
"jasmine": "^5.7.1",
"jasmine-core": "^5.7.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"rollup": "^4.40.2",
"rollup-plugin-dts": "^6.2.1",
"terser": "^5.39.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
},
"scripts": {
"typecheck": "tsc -noemit",
"lint": "eslint --cache",
"lint:fix": "eslint --cache --fix",
"test": "karma start tests/netteForms/karma.conf.ts",
"build": "rollup -c",
"postbuild": "npm run test"
}
}