liquidless-naughtystrings
Version:
Big List of Naughty Strings filter for liquidless templates
34 lines (33 loc) • 868 B
JSON
{
"name": "liquidless-naughtystrings",
"version": "1.0.0",
"description": "Big List of Naughty Strings filter for liquidless templates",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -w -p tsconfig.json",
"test": "ts-node ./tests/test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stepci/liquidless-naughtystrings.git"
},
"keywords": [
"liquid",
"shopify",
"template"
],
"author": "Mish Ushakov <mish@stepci.com>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/stepci/liquidless-naughtystrings/issues"
},
"homepage": "https://github.com/stepci",
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.7.18",
"liquidless": "^1.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}