-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 928 Bytes
/
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
{
"name": "refractile",
"version": "0.1.1",
"description": "Polyglossic middleware for express",
"main": "./dist/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "npmignore --auto --commentLines=auto"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/refractile.git"
},
"keywords": [
"node",
"express",
"polyglossic",
"middleware",
"backend",
"server-side",
"server"
],
"author": "BufoOS",
"license": "MIT",
"bugs": {
"url": "https://github.com/oslabs-beta/refractile/issues"
},
"homepage": "https://github.com/oslabs-beta/refractile#readme",
"devDependencies": {
"@types/express": "^4.17.17",
"npmignore": "^0.3.0",
"typescript": "^5.2.2"
}
}