@thesameeric/fileguard
Version:
A file validation library for node js
32 lines (31 loc) • 699 B
JSON
{
"name": "@thesameeric/fileguard",
"version": "2.0.1",
"description": "A file validation library for node js",
"main": "dist/index.js",
"scripts": {
"build": "rimraf ./dist && tsc -p .",
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okiti/mercury.git"
},
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"rimraf": "^5.0.1",
"semver": "^6.3.0"
},
"keywords": [
"file",
"validation"
],
"author": "Eric",
"license": "MIT",
"bugs": {
"url": "https://github.com/okiti/mercury/issues"
},
"homepage": "https://github.com/okiti/mercury#readme",
"dependencies": {}
}