-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 744 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
{
"name": "loreline",
"version": "0.9.1",
"description": "Loreline is an open-source scripting language for writing interactive fiction.",
"homepage": "https://github.com/jeremyfa/loreline#readme",
"bugs": {
"url": "https://github.com/jeremyfa/loreline/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremyfa/loreline.git"
},
"license": "MIT",
"author": "Jérémy Faivre",
"type": "module",
"main": "js/loreline.js",
"types": "js/loreline.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"esbuild": "^0.27.3",
"tsx": "^4.19.0",
"typescript": "^5.6.0",
"yaml": "^2.8.2"
}
}