-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "swan-js",
"version": "0.2.0",
"description": "SWAN core typescript module",
"type": "commonjs",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swan-community/swan-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/swan-community/swan-js/issues"
},
"homepage": "https://github.com/swan-community/swan-js",
"dependencies": {
"@types/uuid": "^8.3.4",
"atob": "^2.1.2",
"btoa": "^1.2.1"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/jest": "^29.1.2",
"@types/json-schema": "^7.0.9",
"eslint": "^8.25.0",
"eslint-plugin-jest": "^27.1.1",
"jest": "^29.2.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"tslib": "^2.4.0",
"typescript": "^4.5.4",
"uuid": "^9.0.0"
}
}