-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 883 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
{
"name": "smrt",
"version": "1.0.0",
"description": "Small Reactive Templating",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"scripts": {
"build": "tsc -p tsconfig-build.json",
"serve": "parcel index.html",
"test": "test here"
},
"repository": {
"type": "git",
"url": "https://github.com/jjohnson1994/smrt"
},
"keywords": [
"js",
"template",
"component",
"functional",
"reactive",
"state"
],
"author": "James Johnson",
"license": "GPL-3.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "2.0.5",
"typescript": "^3.9.2"
}
}