-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 941 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
{
"name": "simple-ajax-queue",
"version": "0.1.0",
"description": "A simple Ajax Queue written in Typescript",
"main": "example.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "tsc ./src/example.ts && node ./src/example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gurbindersingh/simple-ajax-queue.git"
},
"keywords": [
"typescript",
"ajax"
],
"author": "Gurbinder Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/gurbindersingh/simple-ajax-queue/issues"
},
"homepage": "https://github.com/gurbindersingh/simple-ajax-queue#readme",
"dependencies": {},
"devDependencies": {
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0"
}
}