-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 991 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
39
40
{
"name": "@townland-project/character-dom",
"version": "0.0.1",
"description": " Dressed character with dom ",
"main": "dist/index.js",
"scripts": {
"serve": "parcel src/index.html -p 8080",
"build": "tsc --build",
"lint": "eslint . --ext .ts --fix"
},
"keywords": [
"townland",
"character",
"dom"
],
"author": {
"name": "Townland",
"url": "https://townland.xyz",
"email": "mail@townland.xyz"
},
"repository": {
"type": "git",
"url": "https://github.com/townland-project/character-dom.git"
},
"homepage": "https://project.townland.xyz/repo/character-dom",
"license": "MIT",
"browserslist": [
"last 1 Chrome versions"
],
"devDependencies": {
"parcel-bundler": "^1.12.5",
"sass": "^1.45.1",
"typescript": "^4.5.4"
},
"dependencies": {
"@townland-project/cache": "^0.0.1",
"@townland-project/dom": "^0.0.5",
"@townland-project/interfaces": "github:townland-project/interfaces"
}
}