-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "@bright.global/arboretum-sdk",
"version": "0.1.0-rc.7",
"license": "MIT",
"description": "The sitemap for contentful",
"dependencies": {},
"sideEffects": false,
"devDependencies": {
"@babel/preset-env": "^7.22.6",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typedoc": "^0.24.8",
"typescript": "4.9.5"
},
"main": "dist/index.js",
"module": "dist/es6/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"clean": "rimraf ./dist",
"build": "tsc -p ./tsconfig.build.json && tsc -p ./tsconfig.build-es6.json",
"test": "jest",
"typedoc": "typedoc --out docs src/index.ts",
"prebuild": "yarn clean"
},
"keywords": [
"contentful",
"sitemap"
],
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrightIT/arboretum-sdk.git"
},
"author": "Dacjan Naumowicz <[email protected]>",
"bugs": {
"url": "https://github.com/BrightIT/arboretum-sdk/issues"
},
"homepage": "https://github.com/BrightIT/arboretum-sdk#readme"
}