-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 853 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 853 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
34
35
36
37
38
39
{
"name": "@e280/science",
"version": "0.1.10",
"description": "ts/js testing library",
"license": "MIT",
"author": "Chase Moskal <chasemoskal@gmail.com>",
"type": "module",
"main": "./x/index.js",
"exports": {
".": "./x/index.js"
},
"files": [
"x",
"s"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w & node --watch x/example.test.js --verbose & wait",
"test": "node x/example.test.js --verbose",
"count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +"
},
"devDependencies": {
"@types/node": "^25.5.0",
"typescript": "^6.0.2"
},
"keywords": [
"testing",
"scientific",
"toolkit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/e280/science.git"
},
"bugs": {
"url": "https://github.com/e280/science/issues"
},
"homepage": "https://github.com/e280/science#readme"
}