forked from AlchemyCMS/alchemy-json_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 880 Bytes
/
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
{
"name": "@alchemy_cms/json_api",
"version": "1.1.1",
"description": "JSON API deserializer for AlchemyCMS",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/AlchemyCMS/alchemy-json_api.git"
},
"keywords": [
"AlchemyCMS",
"json:api",
"cms",
"headless"
],
"authors": [
"Martin Meyerhoff",
"Thomas von Deyen"
],
"main": "dist/alchemy-json_api.js",
"files": [
"dist"
],
"dependencies": {
"@ungap/structured-clone": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@rollup/plugin-babel": "^5.3.1",
"babel-jest": "^29.0.2",
"jest": "^29.0.2",
"prettier": "^2.7.1",
"rollup": "^2.79.0"
},
"scripts": {
"build": "rollup --config",
"test": "jest"
},
"browserslist": "> 0.25%, not dead"
}