UNPKG

@yawf/yawf

Version:
41 lines (40 loc) 864 B
{ "name": "@yawf/yawf", "version": "0.1.13", "description": "yawf - Yet Another Web Framework", "author": "mk2 <mk2@mk2.red>", "homepage": "https://github.com/mk2/yawf/tree/master/packages/yawf", "license": "ISC", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "engines": { "node": ">= 10.13.0" }, "keywords": [ "webframework" ], "repository": { "type": "git", "url": "https://github.com/mk2/yawf.git" }, "scripts": { "test": "jest --config ./jest.config.js --coverage" }, "bugs": { "url": "https://github.com/mk2/yawf/issues" }, "dependencies": { "@yawf/yawf-core": "^0.1.13", "@yawf/yawf-core-hooks": "^0.1.13" }, "publishConfig": { "access": "public" }, "gitHead": "7ef297b1109016648b39569bd985d843bd6e9fe9" }