-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 835 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
{
"name": "smol-template",
"version": "1.0.2",
"description": "",
"scripts": {
"watch": "rollup -c -w",
"build": "rollup -c",
"lint": "eslint ./src"
},
"author": "Stanislav A",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.0",
"rollup": "^2.63.0",
"rollup-plugin-clear": "^2.0.7",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-plugin-import": "^2.25.4"
},
"repository": "https://github.com/stanislav-atr/smol-template.git"
}