-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 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": "cayo",
"version": "1.2.2",
"type": "module",
"scripts": {
"start": "node cayo dev --projectRoot test",
"build": "node scripts/build"
},
"imports": {
"#core/*": "./lib/core/*"
},
"bin": {
"cayo": "cayo.js"
},
"svelte": "./dist/index.js",
"exports": {
".": {
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthew-ia/cayo.git"
},
"author": "Matthew I. Alicea",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthew-ia/cayo/issues"
},
"homepage": "https://github.com/matthew-ia/cayo#readme",
"dependencies": {
"@rollup/plugin-json": "^4.1.0",
"chalk": "^2.4.2",
"chokidar": "^3.5.2",
"deepmerge": "^4.2.2",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"jsdom": "^18.0.0",
"precinct": "^9.0.0",
"prettier": "^2.7.1",
"rollup": "^2.70.1",
"rollup-plugin-import-css": "^3.0.3",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.49.0",
"tosource": "^2.0.0-alpha.3",
"vite": "^4.3.9",
"yargs-parser": "^20.2.9",
"zod": "^3.10.3"
}
}