-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.57 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@curenote/pmc-monorepo",
"version": "0.0.1",
"private": "true",
"description": "Utilities for PMC submissions",
"sideEffects": false,
"workspaces": [
"packages/*",
"site"
],
"scripts": {
"parse-journals": "ts-node ./scripts/parse-journals.ts ./data/J_Entrez.txt",
"clean": "turbo run clean",
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"lint": "turbo run lint",
"lint:format": "turbo run lint:format",
"changeset": "changeset",
"version": "changeset version && npm install",
"publish": "npm run build && npm run test && changeset publish && git push --follow-tags",
"changeset:add": "changeset add",
"changeset:version": "changeset version",
"changeset:status": "changeset status"
},
"author": "Steve Purves <steve@curvenote.com>",
"homepage": "https://github.com/curvenote/pmc-utils",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/curvenote/pmc-utils.git"
},
"bugs": {
"url": "https://github.com/curvenote/pmc-utils/issues"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/changelog-github": "^0.4.0",
"@types/uuid": "^10.0.0",
"concurrently": "^8.2.2",
"esbuild": "^0.25.0",
"eslint": "^8.56.0",
"eslint-config-curvenote": "latest",
"npm-run-all": "^4.1.5",
"prettier": "latest",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"turbo": "^2.1.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
"packageManager": "npm@10.8.2",
"dependencies": {
}
}