-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 839 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
{
"name": "promise-like",
"version": "0.1.0",
"description": "promise like",
"main": "dist/index.js",
"scripts": {
"lint": "eslint --fix src",
"test": "promises-aplus-tests dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kyriejoshua/promise-like.git"
},
"keywords": [
"promise"
],
"author": "kyriejoshua",
"license": "ISC",
"bugs": {
"url": "https://github.com/kyriejoshua/promise-like/issues"
},
"homepage": "https://github.com/kyriejoshua/promise-like#readme",
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"promises-aplus-tests": "^2.1.2",
"tslint": "^6.1.3",
"typescript": "^4.3.5"
}
}