forked from Firastar/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "@firastar/firastar-js",
"version": "0.1.2",
"description": "Write your best with Firastar in JS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"lint": "eslint \"**/*.ts\"",
"prettier:write": "prettier --write \"**/*.ts\"",
"prettier:check": "prettier --check \"**/*.ts\""
},
"repository": {
"type": "git",
"url": "https://github.com/Firastar/firastar-js.git"
},
"homepage": "https://github.com/Firastar/firastar-js#readme",
"keywords": [
"js",
"firastar",
"edit",
"javascript"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^25.1.0",
"@types/node": "^9.4.6",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^2.18.0",
"codecov": "^3.6.5",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.19.1",
"jest": "^25.1.0",
"prettier": "1.19.1",
"ts-jest": "^22.4.1",
"typescript": "^3.7.5"
}
}