-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (27 loc) · 790 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
{
"name": "tag-input-reactjs",
"version": "0.2.8",
"main": "dist/index.js",
"types": "src/index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && npm run build-css",
"build-css": "your-css-build-command-here"
},
"keywords": ["react", "tag input"],
"author": "Mohammad Mohammadi",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sorenammd/tag-input-reactjs.git"
},
"bugs": {
"url": "https://github.com/sorenammd/tag-input-reactjs/issues"
},
"homepage": "https://github.com/sorenammd/tag-input-reactjs#readme",
"description": ""
}