UNPKG

@jacksontian/plant

Version:

A web framework

41 lines (40 loc) 738 B
{ "name": "@jacksontian/plant", "version": "0.4.0", "description": "A web framework", "main": "lib/plant.js", "type": "module", "bin": { "plant": "bin/plant.js" }, "scripts": { "test": "mocha -R spec test/**/*.test.js", "cov": "c8 npm test", "lint": "eslint --fix ./lib/*.js ./*.js ./bin/*.js" }, "keywords": [ "plant", "Web", "Framework" ], "author": "Jackson Tian", "license": "MIT", "devDependencies": { "c8": "^10.1.3", "eslint": "^9.22.0", "mocha": "^11.1.0" }, "engines": { "node": ">=20" }, "files": [ "lib", "bin" ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "minimist": "^1.2.8" } }