mirror of
https://github.com/186526/handlers.js
synced 2024-10-13 00:29:43 +00:00
Implements most platform-independent features
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"path-to-regexp": "^6.2.1"
|
||||
},
|
||||
"name": "handlers.js",
|
||||
"version": "0.0.1",
|
||||
"main": "index.ts",
|
||||
"author": "186526 <i@186526.xyz>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/186526/handlers.js"
|
||||
},
|
||||
"keywords": [
|
||||
"web framework",
|
||||
"lightweight",
|
||||
"cross-platform",
|
||||
"unified"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user