-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
52
53
54
{
"name": "@nodegui/svelte-nodegui-preprocessor",
"version": "0.1.0",
"author": "Saurav Sahu <[email protected]> (https://mrsauravsahu.github.io)",
"contributors": [
"Saurav Sahu <[email protected]> (https://mrsauravsahu.github.io)",
"David Pershouse",
"Jamie Birch (https://twitter.com/LinguaBrowse)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodegui/svelte-nodegui-preprocessor.git"
},
"homepage": "https://github.com/nodegui/svelte-nodegui-preprocessor",
"keywords": [
"nodegui",
"svelte",
"svelte-nodegui"
],
"main": "dist/index.js",
"types": "types/index.d.ts",
"peerDependencies": {
"svelte": "^3.24.1"
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^11.10.4",
"@types/parse5": "^5.0.3",
"magic-string": "^0.25.2",
"mocha": "^6.0.2",
"parse5": "^5.1.0",
"rollup": "^1.12.2",
"rollup-plugin-commonjs": "10.0.0",
"rollup-plugin-node-resolve": "5.0.0",
"rollup-plugin-typescript2": "^0.21.1",
"sucrase": "^3.10.1",
"svelte": "^3.24.1",
"typescript": "3.4.5"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepare": "npm run build",
"test": "mocha --require sucrase/register --recursive ./test/**/*Fixture.ts",
"pretest": "npm run build"
},
"files": [
"dist",
"types/index.d.ts",
"LICENSE",
"README.md"
]
}