-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 969 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 969 Bytes
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
{
"name": "web-sharing",
"version": "1.0.6",
"description": "Web Content Sharing JavaScript Package for the Web.",
"scripts": {
"tsc": "tsc",
"watch": "tsc -w",
"build": "shx rm -rf dist/ && npm run tsc",
"deploy": "npm run build && npm publish"
},
"main": "dist/main.js",
"files": [
"dist/main.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Jay-flow/web-sharing.git"
},
"keywords": [
"react",
"share",
"sharing",
"web-share",
"web-sharing",
"url",
"web"
],
"author": "Jay-flow",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jay-flow/web-sharing/issues"
},
"homepage": "https://github.com/Jay-flow/web-sharing#readme",
"devDependencies": {
"@types/node": "^14.14.35",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",
"shx": "^0.3.3",
"typescript": "^4.2.3"
}
}