-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 900 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 900 Bytes
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": "rollup-plugin-eft",
"version": "0.17.0",
"description": "eft loader for rollup",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint --ext .js src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheNeuronProject/rollup-plugin-eft.git"
},
"keywords": [
"ef.js",
"template",
"rollup",
"eft",
"efml",
"loader",
"rollup-plugin"
],
"author": "ClassicOldSong",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheNeuronProject/rollup-plugin-eft/issues"
},
"homepage": "https://github.com/TheNeuronProject/rollup-plugin-eft#readme",
"dependencies": {
"camelcase": "^7.0.1",
"json5": "^2.2.3",
"rollup-pluginutils": "^2.8.2"
},
"peerDependencies": {
"ef-core": ">=0.17.0",
"eft-parser": ">=0.16.5"
},
"devDependencies": {
"eslint": "^8.43.0"
}
}