-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 891 Bytes
/
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
{
"name": "svelte-compiler-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node scripts/start.js",
"dev": "node scripts/dev.js",
"clean": "rimraf App.svelte",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/l-portet/svelte-compiler-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/l-portet/svelte-compiler-api/issues"
},
"homepage": "https://github.com/l-portet/svelte-compiler-api#readme",
"dependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"fs-extra": "^11.1.0",
"rollup": "^3.10.0",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.55.1"
},
"devDependencies": {
"rimraf": "^4.1.1"
}
}