-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (42 loc) · 1.22 KB
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
37
38
39
40
41
42
43
44
45
{
"name": "@selldone/core-js",
"version": "1.8.22",
"private": false,
"type": "module",
"author": "Mehrdad Pajuhaan <mehrdad@selldone.com> (https://selldone.com)",
"description": "Models and utilities for Selldone API and services. This package covers models and types in storefront and backoffice APIs.",
"main": "index.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "tsc --build --clean",
"publish-npm": "npm publish --access public"
},
"bugs": {
"url": "https://github.com/selldone/core/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/selldone/core.git"
},
"homepage": "https://selldone.com",
"license": "MIT",
"dependencies": {
"axios": "^1.13.4",
"lodash-es": "^4.17.22",
"register-service-worker": "^1.7.2",
"chroma-js": "^3.2.0",
"print-js": "^1.6.0",
"html-to-image": "^1.11.13"
},
"devDependencies": {
"@types/chroma-js": "^3.1.2",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"eslint": "^9.39.2",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}