forked from halfnelson/svelte-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 720 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 720 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
{
"name": "svelte-native",
"version": "1.0.0",
"description": "Nativescript support for svelte",
"main": "dist/index.js",
"private": true,
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"watch": "rollup -cw"
},
"author": "David Pershouse",
"license": "MIT",
"peerDependencies": {
"tns-core-modules": "^5.1.2",
"svelte": "^3.0.0-beta.3"
},
"devDependencies": {
"glob": "^7.1.3",
"rollup": "^1.1.2",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-svelte": "^5.0.1",
"rollup-plugin-typescript2": "^0.19.2",
"svelte": "^3.0.0-beta.3",
"svelte-loader": "^2.12.0",
"tns-core-modules": "^5.1.2",
"typescript": "^3.2.4"
}
}