generated from finsweet/developer-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 997 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
34
35
36
37
38
{
"name": "@finsweet/developer-starter",
"version": "1.0.0",
"description": "Developer starter template for Finsweet projects.",
"main": "src/index.ts",
"scripts": {
"build": "node .\\bin\\build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finsweet/developer-starter.git"
},
"keywords": [
"webflow",
"finsweet",
"no-code"
],
"author": {
"name": "Finsweet",
"url": "https://www.finsweet.com/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/finsweet/developer-starter/issues"
},
"homepage": "https://github.com/finsweet/developer-starter#readme",
"devDependencies": {
"@finsweet/eslint-config": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"esbuild": "^0.11.6",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
}
}