-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 KB
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
{
"name": "@neftyblocks/blends",
"private": true,
"license": "MIT",
"author": {
"name": "NeftyBlocks",
"email": "info@neftyblocks.com",
"url": "https://neftyblocks.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neftyblocks/blend-embed.git"
},
"contributors": [
"Max van der Schee"
],
"type": "module",
"scripts": {
"dev": "cd lib && pnpm dev",
"build": "cd lib && pnpm build",
"play": "pnpm build && pnpm -r dev:play",
"play:build": "pnpm build && pnpm -r build:play",
"play:preview": "pnpm play:build && pnpm -r preview:play",
"pub": "pnpm build && cd lib && pnpm publish --access public",
"lint": "rome check .",
"format": "rome format . --write"
},
"packageManager": "pnpm@8.2.0",
"dependencies": {
"@nefty/ual-anchor": "^0.2.5",
"@nefty/ual-wax": "^0.2.7",
"@nefty/use": "^0.1.8"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.1.1",
"@tsconfig/svelte": "^4.0.1",
"rome": "12.0.0",
"sass": "^1.62.1",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.3.4"
}
}