-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "plshelp",
"version": "1.0.1",
"exports": {
"node": "./index.js"
},
"files": [
"./index.js",
"./index.d.ts"
],
"main": "./index.js",
"types": "./index.d.ts",
"description": "Searches on Stackoverflow for answers when your program has errors.",
"repository": "[email protected]:Hattorius/plshelp.git",
"author": "Aaron Jonk <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node ./index.js",
"test1": "node ./test/test1.js",
"test2": "node ./test/test2.js",
"test3": "node ./test/test3.js",
"test4": "node ./test/test4.js",
"test5": "node ./test/test5.js",
"test6": "node ./test/test6.js",
"typestest": "yarn tsd"
},
"keywords": [
"code help",
"stackoverflow",
"error handle",
"pls help",
"code error"
],
"bugs": {
"url": "https://github.com/Hattorius/plshelp/issues"
},
"homepage": "https://github.com/Hattorius/plshelp#plshelp",
"devDependencies": {
"tsd": "^0.19.0",
"typescript": "^4.4.4"
},
"contributors": [
"Aaron Jonk <[email protected]> (https://xlogic.sh)"
]
}