-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.16 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "heretag",
"version": "1.1.8",
"description": "Heredoc implementation using template literals",
"license": "MIT",
"homepage": "https://github.com/0E9B061F/heretag",
"bugs": {
"url": "https://github.com/0E9B061F/heretag/issues",
"email": "0E9B061F@protonmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0E9B061F/heretag.git"
},
"author": {
"name": "0E9B061F",
"email": "0E9B061F@protonmail.com",
"url": "https://github.com/0E9B061F"
},
"engines": {
"npm": ">=8.9.4"
},
"main": "index.js",
"directories": {
"lib": "./lib",
"test": "./spec"
},
"files": [
"index.js",
"lib/"
],
"scripts": {
"test": "bin/jasmine",
"bench": "bin/benchmark",
"bench:internal": "bin/benchmark-internal",
"repl": "bin/repl",
"mkv": "mkv"
},
"keywords": [
"heredoc",
"here doc",
"here string"
],
"devDependencies": {
"@0e9b061f/mkv": "^0.1.0",
"benchmark": "^2.1.4",
"heredoc": "^1.3.1",
"heredocument": "^2.0.2",
"jasmine": "^5.1.0",
"jasmine-console-reporter": "^3.1.0",
"microtime": "^3.1.1",
"theredoc": "^1.0.0"
}
}