forked from single-spa/single-spa-preact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 861 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
36
37
38
39
{
"name": "@nathanld/single-spa-solid",
"version": "0.1.10",
"description": "A single spa plugin for SolidJS apps",
"main": "compiled",
"module": "compiled/single-spa-solid.js",
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nduartech/single-spa-solid.git"
},
"keywords": [
"single",
"page",
"application",
"spa",
"multi",
"one",
"solid-js"
],
"files": [
"compiled",
"types"
],
"types": "types/single-spa-solid.d.ts",
"author": "Nathan Duarte",
"license": "MIT",
"bugs": {
"url": "https://github.com/nduartech/single-spa-solid/issues"
},
"homepage": "https://github.com/nduartech/single-spa-solid#readme",
"devDependencies": {
"solid-js": "^1.8.17",
"typescript": "^5.4.5"
}
}