forked from e-Spirit/javascript-content-api-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 867 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
29
30
31
32
33
34
35
{
"name": "fsxa-proxy-api",
"version": "11.1.0",
"description": "This package represents the proxy version of the JavaScript Content API Library, running on the client side.",
"author": "Justin Wiegmann <justin.wiegmann@crownpeak.com>",
"contributors": [
"Nicolai McAlley <nicolai.mcalley@crownpeak.com>"
],
"files": [
"dist",
"package.json"
],
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/fsxa-proxy-api.es5.js",
"require": "./dist/fsxa-proxy-api.cjs.js"
}
},
"scripts": {
"release": "release-it",
"release:ci": "release-it --ci"
},
"repository": {
"type": "git",
"url": "https://github.com/e-Spirit/javascript-content-api-library"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
}
}