Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Latest commit

 

History

History
History
64 lines (64 loc) · 1.58 KB

File metadata and controls

64 lines (64 loc) · 1.58 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"version": "0.1.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"doc": "npx compodoc src -p ./tsconfig.json -d docs && touch docs/.nojekyll",
"doc:serve": "yarn doc && npx compodoc src -p ./tsconfig.json -s -d docs",
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"semantic-release": "semantic-release"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint --fix",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "@shifter/headless-sdk",
"description": "Shifter Headless API SDK for Node.js",
"author": "Shifter <hello@getshifter.io> (https://getshifter.io)",
"repository": {
"type": "git",
"url": "git+https://github.com/getshifter/hl-sdk-node.git"
},
"bugs": {
"url": "https://github.com/getshifter/hl-sdk-node/issues"
},
"homepage": "https://github.com/getshifter/hl-sdk-node#readme",
"module": "dist/headless-sdk.esm.js",
"devDependencies": {
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"husky": "7.0.4",
"semantic-release": "17.4.7",
"ts-node": "10.9.2",
"tsdx": "0.14.1",
"tslib": "2.8.1",
"typescript": "4.9.5"
},
"dependencies": {
"axios": "^0.29.0"
},
"publishConfig": {
"access": "public"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.