forked from pomdtr/deta-space-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "deta-space-bare-client",
"version": "3.0.2",
"description": "Access the Deta Space API from the browser.",
"author": {
"name": "Achille Lacoin"
},
"contributors": [
{
"name": "Endercass",
"url": "https://github.com/Endercass"
}
],
"keywords": [
"deta",
"space",
"tomphttp",
"bare"
],
"repository": {
"type": "git",
"url": "https://github.com/Endercass/deta-space-bare-client"
},
"files": [
"dist"
],
"main": "dist/bundle.js",
"scripts": {
"build": "rm -rf dist && webpack --mode production && cp -r node_modules/@tomphttp/bare-client/dist dist/bare-client",
"build-devel": "rm -rf dist && webpack --mode development && cp -r node_modules/@tomphttp/bare-client/dist dist/bare-client"
},
"devDependencies": {
"@types/node": "^18.14.2",
"typescript": "^4.9.5",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@tomphttp/bare-client": "^2.2.0-alpha",
"@types/crypto-js": "^4.1.1",
"crypto-js": "^4.1.1",
"install": "^0.13.0",
"npm": "^9.8.1"
}
}