-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
45
46
47
48
49
50
{
"name": "spiceware-sdk",
"version": "0.1.2",
"description": "spiceware SDK",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"prepublish": "npm build",
"scripts": {
"test": "jest",
"build": "webpack",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ninetydays/spiceware-SDK.git"
},
"keywords": [
"encryption",
"decription"
],
"author": "JongHun Yu",
"license": "ISC",
"bugs": {
"url": "https://github.com/ninetydays/spiceware-SDK/issues"
},
"homepage": "https://github.com/ninetydays/spiceware-SDK#readme",
"devDependencies": {
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@pollyjs/adapter-node-http": "^6.0.4",
"@pollyjs/core": "^6.0.4",
"@pollyjs/persister-fs": "^6.0.4",
"@types/jest": "^27.0.3",
"@types/pollyjs__core": "^4.3.3",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"axios": "^0.24.0"
}
}