mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
15 lines
277 B
JSON
15 lines
277 B
JSON
{
|
|
"name": "liquidjs-demo-esm",
|
|
"description": "Node.js demo for liquidjs",
|
|
"private": true,
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "./test.sh",
|
|
"start": "node index.mjs"
|
|
},
|
|
"dependencies": {
|
|
"hello-liquid": "^1.0.0",
|
|
"liquidjs": "latest"
|
|
}
|
|
}
|