-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.01 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
42
43
44
45
{
"name": "@sealcode/tempseal-components",
"version": "0.1.6",
"main": "./main.js",
"files": [
"**/*.js",
"**/*.d.ts",
"components/**/*.*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "fractal start",
"build": "tsc --declaration",
"watch": "npm run build -- --watch"
},
"repository": {
"type": "git",
"url": "https://hub.sealcode.org/source/tempseal-components/"
},
"author": "Sealcode",
"license": "ISC",
"description": "",
"dependencies": {
"@frctl/mandelbrot": "^1.2.1",
"@sealcode/obfuscate-html-attr": "^1.0.0",
"@sealcode/tempseal": "^0.1.7",
"@types/markdown-it": "0.0.9",
"@types/sharp": "^0.24.0",
"bluebird": "^3.7.2",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.5",
"rxjs": "^6.5.4",
"sharp": "^0.24.1",
"tempfile": "^3.0.0"
},
"peerDependencies": {
"@sealcode/tempseal": "^0.1.3"
},
"devDependencies": {
"@frctl/fractal": "^1.2.1",
"@types/bluebird": "^3.5.30",
"typescript": "^3.8.2"
},
"types": "./main.d.ts"
}