-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 944 Bytes
/
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
{
"name": "fptu-sdk",
"version": "1.0.12",
"description": "Javascript SDK for web implement API at FPTU.tech",
"main": "./lib/index.js",
"browser": "./lib/index.js",
"scripts": {
"test": "jest",
"build": "webpack --config webpack.config.js --progress",
"dev": "serve ./dist -s -p 9999"
},
"author": "Tu Huynh <huynhminhtufu@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^23.3.12",
"jest": "^25.0.0",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"axios": "^0.18.0",
"uuid": "^3.3.2"
},
"homepage": "https://fptu.tech",
"repository": {
"url": "https://github.com/gosu-team/fptu-sdk"
},
"keywords": [
"fptu",
"sdk",
"typescript"
]
}