-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "liquidless-faker",
"version": "1.1.1",
"description": "Faker.js 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-faker.git"
},
"keywords": [
"liquid",
"shopify",
"template"
],
"author": "Mish Ushakov <mish@stepci.com>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/stepci/liquidless-faker/issues"
},
"homepage": "https://github.com/stepci",
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.7.18",
"liquidless": "^1.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"dependencies": {
"@faker-js/faker": "^8.4.1"
}
}