-
-
Notifications
You must be signed in to change notification settings - Fork 724
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 794 Bytes
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 794 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
{
"name": "megak",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"": {
"name": "megak",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.9",
"ts-node-dev": "^1.1.8"
}
},
"slp-unit-test-data": {
"version": "git+https://github.com/simpleledger/slp-unit-test-data.git#22d9c5c95c3f1e1fb75958a82a211f4e99dcb9f1",
"from": "git+https://github.com/simpleledger/slp-unit-test-data.git",
"dev": true
},
"yn": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
"integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
"dev": true
}
}
}