-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 812 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 812 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
{
"name": "@treedom/commercetools-where-string-builder",
"description": "CommerceTools where string builder",
"author": "Edoardo Viviani <e.viviani@treedom.net>",
"homepage": "https://github.com/treedomtrees/commercetools-where-string-builder",
"repository": {
"type": "git",
"url": "https://github.com/treedomtrees/commercetools-where-string-builder.git"
},
"bugs": {
"url": "https://github.com/treedomtrees/commercetools-where-string-builder/issues"
},
"private": false,
"version": "1.1.2",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
"@types/tap": "^15.0.8",
"prettier": "^2.8.3",
"tap": "^16.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"scripts": {
"build": "tsc",
"test": "tap --ts test/**/*.test.ts"
}
}