-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.3 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": "root",
"private": true,
"version": "1.0.6",
"description": "Make interactive selectable, drag-and-drop, copy-and-paste ready, Block and Slot components easily! Works with Vue, React and any MV* framework.",
"scripts": {
"clean": "pnpm run -r clean",
"prepack": "pnpm run -r prepack",
"build": "pnpm run -r build",
"predev": "pnpm run -r prepare-dev",
"publish": "pnpm --filter \"@lyonbot/*\" -r publish",
"dev": "pnpm run --filter=!root --parallel dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyonbot/interactive-blocks.git"
},
"files": [
"dist",
"types",
"/index.d.ts",
"/docs"
],
"keywords": [
"interactive",
"block",
"slot",
"component",
"drag and drop",
"multiple select",
"select",
"keyboard shortcuts",
"copy",
"dataTransfer",
"clipboard"
],
"author": "lyonbot",
"license": "MIT",
"bugs": {
"url": "https://github.com/lyonbot/interactive-blocks/issues"
},
"homepage": "https://github.com/lyonbot/interactive-blocks#readme",
"devDependencies": {
"@changesets/cli": "^2.23.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.4.3"
}
}