-
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 736 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 736 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": "plain-demo",
"version": "10.0.12",
"description": "A demo for cbor-web with no bundler",
"private": true,
"scripts": {
"build": "node build.js",
"precopy": "npm run build",
"copy": "copyfiles -u1 dist/* ../../docs/example"
},
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hildjj/node-cbor.git",
"directory": "packages/plain-demo"
},
"devDependencies": {
"bignumber.js": "^10.0.2",
"browser-resolve": "^2.0.0",
"cbor-bigdecimal": "10.0.12",
"cbor-web": "10.0.12",
"copyfiles": "^2.4.1",
"node-inspect-extracted": "^3.3.2"
},
"engines": {
"node": ">=20"
}
}