-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "purescript-read-dts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"directories": {
"test": "test"
},
"bin": {
"print-module-types": "bin/print-module-types.js"
},
"scripts": {
"build": "tsc && spago build",
"format": "purs-tidy format-in-place src test",
"test": "npm run-script build && spago test",
"run": "npm run-script build && spago run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambdaterms/purescript-read-dts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lambdaterms/purescript-read-dts/issues"
},
"homepage": "https://github.com/lambdaterms/purescript-read-dts#readme",
"dependencies": {
"@react-three/drei": "^9.68.3",
"@react-three/fiber": "^8.13.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/three": "^0.150.2",
"esbuild": "^0.17.19",
"react-bootstrap": "^2.7.0",
"ts-node": "^10.9.1",
"typescript-compiler": "^1.4.1-2",
"typescript-language-server": "^2.2.0"
},
"devDependencies": {
"@types/node": "^18.11.17",
"typescript": "^4.9.4"
}
}