platform-tooling/run/node_modules/here/package.json
Quinn Ftw 85621b287e chore: snapshot before monorepo consolidation
Capture current working state before converting platform-tooling
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:39 -08:00

23 lines
407 B
JSON

{
"name": "here",
"version": "0.0.2",
"description": "here-document on node.js",
"main": "lib/here.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/cho45/node-here.js.git"
},
"keywords": [
"here",
"document",
"utility"
],
"author": "cho45",
"license": "MIT"
}