-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
45
46
{
"name": "gatsby-plugin-appointlet",
"version": "1.1.3",
"description": "Gatsby plugin Appointlet Button for adding your booking page to your website.",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write 'src/**/*.js'",
"release": "release-it"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"appointlet",
"novagaia"
],
"maintainers": [
{
"name": "NovaGaïa",
"email": "contact@novagaia.fr",
"url": "http://novagaia.fr"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/NovaGaia/gatsby-plugin-appointlet.git"
},
"bugs": {
"url": "https://github.com/NovaGaia/gatsby-plugin-appointlet/issues"
},
"homepage": "https://github.com/NovaGaia/gatsby-plugin-appointlet#readme",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.18.6",
"@babel/core": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"prettier": "2.7.1",
"release-it": "^15.1.2",
"babel-preset-gatsby-package": "^2.18.0"
},
"dependencies": {}
}