forked from VatomInc/spark-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 869 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 869 Bytes
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
{
"name": "@vatom/spark-sdk",
"version": "1.0.13",
"license": "MIT",
"types": "./dist/index.js",
"files": [
"dist",
"LICENSE",
"README.md"
],
"main": "./dist/index",
"author": "Alistair Farquharson",
"scope": "public",
"dependencies": {
"axios": "^1.4.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"koa-route": "^3.2.0",
"koa-static": "^5.0.0",
"node-cache": "^5.1.2"
},
"scripts": {
"build": "rm -rf ./build && tsc",
"upload": "npm build & npm publish --access public"
},
"devDependencies": {
"@types/koa": "^2.13.6",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-route": "^3.2.5",
"@types/koa-static": "^4.0.2",
"@types/node": "^20.4.2",
"typescript": "^4.6.3"
}
}