-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.05 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
{
"name": "lucchetto",
"version": "1.0.17",
"description": "Client side JavaScript helper utilities for working with pay2my.app widgets leveraging Armadietto+Lucchetto RS server implementations such as https://overhide.io#baas.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/overhide/lucchetto.git"
},
"keywords": [
"remotestorage",
"armadietto"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/overhide/lucchetto/issues"
},
"homepage": "https://github.com/overhide/lucchetto#readme",
"dependencies": {
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"documentation": "^13.2.5"
},
"scripts": {
"builddev": "webpack --mode=development",
"build": "webpack --mode=production",
"docs": "documentation build src/lucchetto.js --project-name \"lucchetto.js :: documentation\" --project-homepage \"https://www.npmjs.com/package/lucchetto/v/latest\" --shallow true --format html --output docs/lucchetto.js-rendered-docs"
}
}