@propellerads/password-validator
Version:
41 lines (40 loc) • 949 B
JSON
{
"name": "@propellerads/password-validator",
"version": "3.3.0",
"repository": "https://github.com/propellerads/ui-components",
"license": "MIT",
"private": false,
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"author": "i.pasyuk@propellerads.net",
"engines": {
"node": ">=10"
},
"scripts": {
"prepublishOnly": "tsdx build",
"start": "tsdx watch",
"build": "tsdx build"
},
"devDependencies": {
"tsdx": "^0.13.3",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
},
"dependencies": {
"@propellerads/icon": "^3.4.0",
"@propellerads/stylevariables": "^1.3.0"
},
"peerDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "5.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "5.1.1"
},
"gitHead": "a28a482866e20a3c5721a57f00759d5f2994bed8"
}