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