-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 994 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
42
{
"name": "hero-api",
"version": "1.1.11",
"type": "module",
"description": "API for Hero Spaces, Lists & Items (https://hero.page)",
"main": "dist/index.js",
"exports": "./index.mjs",
"scripts": {
"build": "babel index.mjs --out-dir dist"
},
"dependencies": {
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/preset-env": "^7.22.10"
},
"author": "Hero Page (https://hero.page)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hero-page/hero-api.git"
},
"bugs": {
"url": "https://github.com/hero-page/hero-api/issues"
},
"homepage": "https://hero.page",
"keywords": [
"hero",
"api",
"content",
"spaces",
"lists",
"items"
],
"engines": {
"node": ">=12.0.0"
},
"contributors": [
"Sam Chahine <hello@hero.page>"
]
}