fenextjs-validator
Version:
64 lines (63 loc) • 2.12 kB
JSON
{
"name": "fenextjs-validator",
"version": "4.7.0",
"description": "",
"main": "./cjs/index.js",
"module": "./cjs/index.js",
"types": "./cjs/index.d.ts",
"scripts": {
"test": "bun test.ts",
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "echo 'esm'",
"build:cjs": "tsc --module commonjs --outDir cjs",
"lint": "npx eslint src",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier src '!**/*.stories.tsx' --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix",
"flb": "npm run format && npm run lint && npm run build ",
"bun-i":"bun i",
"remove-bun-lockb":"rm -r bun.lockb",
"remove-node-module":"rm -r node_modules",
"remove":"npm run remove-node-module && npm run remove-bun-lockb",
"update-package": "ncu -u '/^fenextjs.*$/'",
"update":"npm run update-package && npm run remove && npm run bun-i && npm run flb",
"u":"npm run update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franciscoblancojn/fenextjs-validator.git"
},
"keywords": [
"fenextjs",
"ts",
"validator"
],
"author": "franciscoblancojn",
"license": "ISC",
"bugs": {
"url": "https://github.com/franciscoblancojn/fenextjs-validator/issues"
},
"homepage": "https://github.com/franciscoblancojn/fenextjs-validator#readme",
"dependencies": {
"fenextjs-error": "3.2.3",
"fenextjs-interface": "4.8.0"
},
"files": [
"cjs",
"esm"
],
"devDependencies": {
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"npm-check-updates": "16.14.14",
"eslint": "8.56.0",
"prettier": "3.2.5",
"ts-loader": "9.5.1",
"tslib": "2.6.2",
"typescript": "5.3.3"
}
}