vuito
Version:
Simple, lightweight, isomorphic, and template-based validation library.
57 lines (56 loc) • 1.58 kB
JSON
{
"name": "vuito",
"version": "2.1.1",
"description": "Simple, lightweight, isomorphic, and template-based validation library.",
"main": "lib/vuito.cjs.js",
"module": "lib/vuito.esm.js",
"types": "lib/vuito.d.ts",
"sideEffects": false,
"files": [
"lib/",
"src/",
"tsconfig.json"
],
"scripts": {
"test": "jest",
"prepublishOnly": "npm run postpublish && cp ../../README.md ../../LICENSE .",
"postpublish": "rm -f README.md LICENSE",
"test:ci": "jest --coverage",
"lint:fix": "eslint --fix . --ext \".ts\"",
"lint": "eslint . --ext \".ts\"",
"build": "rollup -c --bundleConfigAsCjs",
"dev": "rollup -cw --bundleConfigAsCjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathix420/vuito.git"
},
"keywords": [
"isomorphic",
"lightweight",
"template",
"validation",
"backend",
"frontend"
],
"author": "Arnaud Gissinger <agissing@student.42.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mathix420/vuito/issues"
},
"homepage": "https://github.com/mathix420/vuito#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^3.29.5",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-rename-node-modules": "^1.3.1",
"rollup-plugin-typescript2": "^0.36.0"
},
"jest": {
"preset": "ts-jest"
},
"gitHead": "713ba06fed6225dcbdfae72877f35a4561869f8d"
}