-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 KB
/
package.json
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
{
"name": "ionio-illustrate",
"version": "0.2.0",
"description": "Mass spectra with annotations for typst.",
"main": "none",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gallery": "call scripts/gallery.bat",
"docs": "typst c docs/manual.typ --root ./",
"dev:commit": "npm run release:commit && npm run release:commit:push",
"dev:publish": "npm run docs && git add -A && npm run release:semver && npm run release:package && npm run release:publish",
"release:commit": "git add -A && git cz",
"release:commit:push": "git push",
"release:semver": "standard-version",
"release:package": "call scripts/package.bat",
"release:publish": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JamesxX/ionio-illustrate.git"
},
"keywords": [
"typst",
"mass",
"spectrometry",
"cetz"
],
"author": "James R Swift",
"license": "MIT",
"bugs": {
"url": "https://github.com/JamesxX/ionio-illustrate/issues"
},
"homepage": "https://github.com/JamesxX/ionio-illustrate#readme",
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"npm-run-all": "^4.1.5"
}
}