forked from furkleindustries/inklecate-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 831 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
{
"name": "inklecate-loader",
"version": "1.7.2",
"description": "A webpack loader to convert .ink files into compiled story JSON, using the official inklecate binaries.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/furkleindustries/inklecate-loader.git"
},
"keywords": [
"inklecate",
"webpack",
"loader",
"ink",
"inkle",
"IF",
"hypertext"
],
"author": "furkle",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/furkleindustries/inklecate-loader/issues"
},
"homepage": "https://github.com/furkleindustries/inklecate-loader#readme",
"dependencies": {
"inklecate": "^1.8.1"
},
"devDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.9"
},
"peerDependencies": {
"schema-utils": "^4.0.0"
}
}