21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"name": "search-site",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index",
|
|
"module": "index.mjs",
|
|
"description": "strain search static website",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"build": "echo NO BUILD YET"
|
|
},
|
|
"author": "joe fleming (https://github.com/w33ble)",
|
|
"license": "MIT",
|
|
"esm": {
|
|
"cjs": true
|
|
},
|
|
"dependencies": {
|
|
"esm": "^3.0.81"
|
|
}
|
|
}
|