-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 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
{
"name": "pupo",
"version": "1.0.1",
"description": "📦 NODE.JS - Simple micro templating based on pupa using object-path.",
"license": "MIT",
"repository": "BrunoS3D/pupo",
"author": {
"name": "Bruno Silva",
"email": "[email protected]",
"url": "https://brunos3d.github.io/"
},
"engines": {
"node": ">=10"
},
"scripts": {
"test": "ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"string",
"formatting",
"template",
"object",
"format",
"interpolate",
"interpolation",
"templating",
"expand",
"simple",
"replace",
"placeholders",
"values",
"transform",
"micro",
"object-path"
],
"dependencies": {
"escape-goat": "^2.0.0",
"object-path": "^0.11.5"
},
"devDependencies": {
"ava": "^3.13.0",
"tsd": "^0.13.1"
}
}