-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "express-phpify",
"version": "1.2.5",
"description": "Express, (literally) Redefined.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"prettier": "^1.17.0",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.4.5"
},
"tags": [
"express",
"php",
"express-phpify",
"security-by-obsecurity",
"web-security",
"fake"
],
"devDependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.16.0",
"@types/node": "^10.14.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc",
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-StarGarden/express-phpify.git"
},
"author": "Team StarGarden",
"license": "MIT",
"bugs": {
"url": "https://github.com/Team-StarGarden/express-phpify/issues"
},
"files": [
"dist/"
],
"homepage": "https://github.com/Team-StarGarden/express-phpify#readme"
}