-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 851 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
{
"name": "single-spa-riot",
"version": "0.0.1",
"description": "a single-spa plugin for riot.js applications",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "node ./build/build.js",
"commit": "npx git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ariesjia/single-spa-riot.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ariesjia/single-spa-riot/issues"
},
"homepage": "https://github.com/ariesjia/single-spa-riot#readme",
"devDependencies": {
"riot": "^4.3.2",
"rollup": "^1.14.2",
"rollup-plugin-terser": "^5.0.0",
"rollup-plugin-typescript2": "^0.21.2",
"rollup-plugin-uglify": "^6.0.2",
"typescript": "^3.4.5",
"zlib": "^1.0.5"
},
"dependencies": {}
}