shapeit
Version:
Object validation tools for Javascript and, specially, Typescript
49 lines • 1.28 kB
JSON
{
"name": "shapeit",
"version": "0.10.0",
"description": "Object validation tools for Javascript and, specially, Typescript",
"main": "shapeit.umd.js",
"module": "shapeit.es.mjs",
"types": "types/index.d.ts",
"exports": {
".": {
"import": "./shapeit.es.mjs",
"require": "./shapeit.umd.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/diegood12/shapeit.git"
},
"keywords": [
"typeguards",
"validation",
"typesafety",
"form validation"
],
"author": "Diego Fidalgo",
"license": "MIT",
"bugs": {
"url": "https://github.com/diegood12/shapeit/issues"
},
"homepage": "https://github.com/diegood12/shapeit#readme",
"devDependencies": {
"@types/faker": "^5.5.9",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.178",
"@types/lodash.isequal": "^4.5.5",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"compare-versions": "^4.1.2",
"eslint": "^8.4.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-lodash": "^7.3.0",
"faker": "^5.5.3",
"jest": "^27.4.5",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4",
"vite": "^2.7.3"
}
}