-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "kopasin-js",
"version": "1.1.9",
"description": "kopasin-js is a simple, lightweight, and customizable JavaScript library for adding copy-paste interactivity to your projects",
"main": "dist/kopasin-js.global.js",
"module": "dist/kopasin-js.mjs",
"unpkg": "dist/kopasin-js.global.js",
"jsdelivr": "dist/kopasin-js.global.js",
"scripts": {
"tsup": "tsup",
"dev": "tsup --watch",
"build": "tsup --minify",
"release": "bumpp ./package.json --no-commit --no-push && npm publish --access public"
},
"keywords": [
"javascript",
"JS",
"TypeScript",
"Javascript Library",
"Copy",
"Paste",
"Copy Paste Library",
"From Clipboard",
"Allow Pasting"
],
"homepage": "https://github.com/masgalih320/kopasin-js#readme",
"bugs": {
"url": "https://github.com/masgalih320/kopasin-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masgalih320/kopasin-js.git"
},
"author": "masgalih320",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.25.2",
"bumpp": "^9.5.1",
"prettier": "^3.3.3",
"ts-loader": "^9.5.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}