mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
19 lines
371 B
JSON
19 lines
371 B
JSON
{
|
|
"name": "liquidjs-demo-nodejs",
|
|
"description": "Node.js demo for liquidjs",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "node dist/index.js",
|
|
"build": "webpack"
|
|
},
|
|
"dependencies": {
|
|
"hello-liquid": "^1.0.0",
|
|
"liquidjs": "^9.28.3"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0"
|
|
}
|
|
}
|