-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 994 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 994 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
{
"name": "@civicnet/strop",
"version": "2.0.0",
"description": "Simple tagged template literals (strings)",
"type": "module",
"main": "index.js",
"scripts": {
"test": "NODE_NO_WARNINGS=1 NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/civicnet/strop.git"
},
"keywords": [
"indent",
"interpolate",
"multi-line",
"literal",
"string",
"tag",
"template"
],
"author": "CivicNet",
"license": "MIT",
"bugs": {
"url": "https://github.com/civicnet/strop/issues"
},
"homepage": "https://github.com/civicnet/strop#readme",
"devDependencies": {
"@eslint/js": "^9.39.1",
"@stylistic/eslint-plugin": "^5.6.1",
"eslint": "^9.39.1",
"eslint-plugin-jest": "^29.2.1",
"globals": "^16.5.0",
"jest": "^30.2.0"
}
}