-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.02 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@print-one/print-one-js",
"version": "1.4.0",
"description": "The official javascript client for Print.one",
"license": "MIT",
"author": "Print.one",
"homepage": "https://github.com/Print-one/print-one-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Print-one/print-one-js.git"
},
"bugs": "https://github.com/Print-one/print-one-js/issues",
"main": "lib/index.js",
"files": [
"lib/**"
],
"scripts": {
"build": "bsm",
"clean": "bsm",
"format": "bsm",
"lint": "bsm",
"prepublishOnly": "bsm build",
"semantic-release": "semantic-release",
"setup": "bsm build",
"test": "bsm test.coverage"
},
"types": "lib/index.d.ts",
"dependencies": {
"@jest/test-sequencer": "^29.7.0",
"axios": "^1.6.7",
"debug": "^4.3.4"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/debug": "^4.1.10",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@under_koen/bsm": "^1.5.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unused-imports": "^3.2.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"prettier": "^3.2.4",
"prettier-package-json": "^2.8.0",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.6",
"ts-jest": "^29.1.1",
"ts-patch": "^3.1.2",
"typescript": "^5.3.3",
"typescript-transform-paths": "^3.4.6"
},
"keywords": [
"api",
"node",
"post",
"postcard",
"print-and-mail",
"print.one",
"printing",
"rest"
]
}