@valuer/main
Version:
Valuer is an advanced declarative value validator
69 lines (68 loc) • 1.76 kB
JSON
{
"name": "@valuer/main",
"description": "Valuer is an advanced declarative value validator",
"version": "1.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "npx mocha -r ./node_modules/ts-node/register ./test/**/*.spec.ts",
"clean": "npx rimraf dist",
"prebuild": "npm run clean",
"build": "npx tsc",
"dev": "npm run build -- --watch",
"verify": "npm run build -- --noEmit",
"observe": "npm run dev -- --noEmit",
"prepublishOnly": "npm test && npm run build -- --build src",
"postpublish": "npm run clean",
"push:all": "git push --follow-tags",
"try": "npm publish --dry-run",
"ship": "npm run push:all && npm publish --tag next"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/valuer/main.git"
},
"author": "Dmitry Parzhitsky <parzhitsky@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/valuer/main/issues"
},
"keywords": [
"valuer",
"main",
"valur",
"descriptor",
"value",
"validator",
"validation",
"validate",
"assert",
"check",
"describe",
"switch"
],
"homepage": "https://gitlab.com/valuer/main#README",
"dependencies": {
"@valuer/brackets": "^1.2.1",
"@valuer/fn": "^1.1.1",
"@valuer/help": "^1.16.2",
"@valuer/is": "1.12.0",
"@valuer/types": "^4.0.3",
"deepmerge": "^2.1.1"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/deepmerge": "^2.1.0",
"@types/mocha": "^5.2.0",
"@types/node": "^9.6.18",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"ts-node": "^6.1.0",
"typescript": "3.7.2"
},
"directories": {
"lib": "./src",
"test": "./test"
}
}