-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 965 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
30
31
32
33
{
"name": "statosio",
"version": "1.0.0",
"description": "Statosio is an add-on function for [d3](https://d3js.org) to generate simple charts, in a fast and reliable way. ",
"main": "index.js",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
"test:coverage:src": "NODE_OPTIONS='--experimental-vm-modules' jest --coverage --collectCoverageFrom='src/**/*.mjs'",
"test:file": "NODE_OPTIONS='--experimental-vm-modules' jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a6b8/statosio.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/a6b8/statosio.js/issues"
},
"homepage": "https://github.com/a6b8/statosio.js#readme",
"devDependencies": {
"@jest/globals": "^30.2.0",
"jest": "^30.2.0",
"puppeteer": "^10.4.0"
},
"dependencies": {
"fs": "^0.0.1-security"
}
}