generated from Yakiyo/rust-codespace-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 894 Bytes
/
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
{
"name": "dsm",
"version": "1.0.2",
"private": true,
"type": "module",
"scripts": {
"prepare": "husky install",
"test": "cargo check",
"build": "cargo build",
"lint": "cargo clippy",
"node": "node --loader @swc-node/register/esm",
"fmt": "rome format . --write",
"version": "changeset version && ./tools/version.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yakiyo/dsm.git"
},
"author": "Yakiyo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yakiyo/dsm/issues"
},
"homepage": "https://github.com/Yakiyo/dsm#readme",
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@swc-node/register": "^1.6.5",
"@swc/helpers": "^0.5.1",
"@types/node": "^20.3.1",
"husky": "^8.0.3",
"rome": "^12.1.3",
"typescript": "^5.1.3"
},
"dependencies": {
"toml": "^3.0.0"
}
}