-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 766 Bytes
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
{
"name": "svelte-recordable",
"version": "1.0.4",
"description": "",
"scripts": {
"build": "tsc",
"start": "tsc && node dist/index.js",
"clean": "rm -rf ./dist/*.*",
"lint": "prettier --write \"./src/**/*.{ts,js}\"",
"export": "tsc && webpack"
},
"main": "./dist/index.js",
"type": "./dist/index.d.ts",
"keywords": [],
"author": "hmmhmmhm",
"license": "MIT",
"dependencies": {
"cbor": "^5.1.0",
"jsondiffpatch": "^0.4.1"
},
"devDependencies": {
"@types/cbor": "^5.0.1",
"@types/node": "^14.0.27",
"prettier": "^2.0.5",
"terser-webpack-plugin": "^3.0.8",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}