UNPKG

statikly-router

Version:
51 lines 1.37 kB
{ "name": "statikly-router", "version": "0.0.11", "description": "file system router", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "watch": "nodemon", "build": "rimraf ./build && tsc", "lint": "eslint . --ext .ts", "lint-fix": "eslint . --ext .ts --fix", "test": "jest", "docs": "rimraf ./docs && typedoc ./src/index.ts", "publish-docs": "npm run docs && npx gh-pages -b gh-pages -d docs", "prepublish": "npm-run-all -l -s lint-fix build test && npm version patch" }, "keywords": [ "router", "file" ], "author": "Nir Adler", "license": "MIT", "dependencies": { "glob": "^8.0.3" }, "devDependencies": { "@types/glob": "^8.0.0", "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "eslint": "^8.31.0", "jest": "^29.3.1", "nodemon": "^2.0.20", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "ts-node": "^10.9.1", "typedoc": "^0.23.24", "typescript": "^4.9.4" }, "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/niradler/statikly-router.git" }, "bugs": { "url": "https://github.com/niradler/statikly-router/issues" }, "homepage": "https://github.com/niradler/statikly-router#readme" }