-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 818 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 818 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
29
30
31
32
33
34
35
36
37
38
{
"name": "@therandonauts/svaml",
"version": "0.2.3",
"description": "Yaml preprocessor for svelte",
"main": "dist/main.cjs",
"type": "module",
"files": [
"dist/*"
],
"kseywords": [
"test",
"preprocessor",
"yaml",
"yml",
"svelte",
"kit"
],
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-sucrase": "^5.0.1",
"@types/js-yaml": "^3.12.5",
"@types/node": "^18.11.18",
"js-yaml": "^3.13.1",
"rollup-plugin-dts": "^5.1.1",
"svelte": "^3.14.1",
"yaml": "^2.2.1"
},
"peerDependencies": {
"svelte": "3.x"
},
"author": "Taha Firoz <randonautsapi@gmail.com>",
"license": "GPLv3"
}