-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1018 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": "@endorphinjs/rollup-plugin-endorphin",
"version": "0.8.5",
"description": "Rollup plugin for building Endorphin templates",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"rollup-plugin",
"endorphin",
"endorphinjs"
],
"author": "Sergey Chikuyonok <serge.che@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"rollup-pluginutils": "^2.8.2",
"source-map": "^0.7.3",
"typescript": "^4.2.4"
},
"peerDependencies": {
"endorphin": "*"
},
"devDependencies": {
"@endorphinjs/template-compiler": "^0.8.7",
"@types/node": "^14.0.0",
"rollup": "^2.47.0"
},
"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"
}