UNPKG

@transferwise/neptune-validation

Version:
73 lines 2.06 kB
{ "name": "@transferwise/neptune-validation", "version": "3.3.3", "description": "Neptune Web validation", "license": "Apache-2.0", "keywords": [ "wise", "neptune-web-validation" ], "repository": { "type": "git", "fullname": "transferwise/neptune-web", "url": "git+https://github.com/transferwise/neptune-web.git" }, "author": "Wise Payments Ltd.", "sideEffects": [ "*.css" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist/", "src/", "!**/*.tsbuildinfo" ], "dependencies": { "@babel/runtime": "^7.28.4", "core-js": "^3.47.0" }, "devDependencies": { "@babel/core": "^7.28.5", "@babel/plugin-transform-runtime": "^7.28.5", "@babel/preset-env": "^7.28.5", "@babel/preset-typescript": "^7.28.5", "@rollup/plugin-babel": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-typescript": "^12.3.0", "@tsconfig/recommended": "^1.0.13", "@types/babel__core": "^7.20.5", "@types/jest": "^30.0.0", "@wise/eslint-config": "^13.3.0", "eslint": "^9.39.2", "jest": "^30.2.0", "rollup": "^4.54.0", "@wise/wds-configs": "0.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "test": "jest", "test:watch": "jest --watch", "lint": "pnpm run lint:check", "lint:check": "npm-run-all --parallel lint:check:*", "lint:check:format": "prettier --check --ignore-path ../../.prettierignore .", "lint:check:js+ts": "eslint .", "lint:fix": "npm-run-all --serial lint:fix:*", "lint:fix:format": "prettier --write --ignore-path ../../.prettierignore .", "lint:fix:js+ts": "pnpm run lint:check:js+ts --fix", "build": "npm-run-all build:*", "build:clean": "rm -rf dist", "build:js": "rollup --config --sourcemap" } }