-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 874 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": "@byterain/datastoretools",
"version": "1.0.0",
"description": "",
"main": "/dist/Main.js",
"files": [
"/dist"
],
"scripts": {
"clean": "rm -rf ./dist",
"tsc": "tsc",
"watch": "tsc -w",
"lint": "eslint ./src ",
"preversion": "npm run clean && npm run tsc & npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobgmathew/datastoretools.git"
},
"author": "Jacob Mathew",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacobgmathew/datastoretools/issues"
},
"homepage": "https://github.com/jacobgmathew/datastoretools#readme",
"devDependencies": { "prettier": "^2.5.1",
"typescript": "^4.5.4",
"eslint-plugin-promise": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.5.0"
}
}