-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
51
{
"name": "kamport",
"version": "0.0.2",
"description": "iamport typescript Sdk For Promise",
"keywords": [
"iamport",
"typescript"
],
"homepage": "https://github.com/ziponia/kamport#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ziponia/kamport.git"
},
"license": "MIT",
"author": {
"name": "Kuby",
"email": "[email protected]",
"url": "https://github.com/ziponia"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "rollup -c -w",
"prebuild": "rimraf dist",
"build": "rollup -c",
"postinstall": "npx sort-package-json"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/ziponia/kamport/issues"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@types/uuid": "^8.3.1",
"axios": "^0.21.1",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"uuid": "^8.3.2"
}
}