forked from endorphinjs/rollup-plugin-endorphin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "@endorphinjs/rollup-plugin-endorphin",
"version": "0.3.0",
"description": "Rollup plugin for building Endorphin templates",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"keywords": [
"rollup-plugin",
"endorphin",
"endorphinjs"
],
"author": "Sergey Chikuyonok <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"mkdirp": "^0.5.1",
"rollup-pluginutils": "^2.6.0",
"source-map": "^0.7.3"
},
"peerDependencies": {
"endorphin": "*",
"rollup": "^1.11.3"
},
"devDependencies": {
"@endorphinjs/template-compiler": "^0.3.2",
"@types/node": "^10.12.21",
"@types/rollup": "^0.54.0",
"typescript": "^3.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endorphinjs/rollup-plugin-endorphin.git"
},
"bugs": {
"url": "https://github.com/endorphinjs/rollup-plugin-endorphin/issues"
},
"homepage": "https://github.com/endorphinjs/rollup-plugin-endorphin#readme"
}