-
-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 794 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 794 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
{
"name": "promesa",
"version": "12.0.0",
"description": "-",
"author": "-",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
"url": "https://github.com/funcool/promesa"
},
"scripts": {
"test:watch": "clojure -M:dev:shadow-cljs watch test",
"test:build": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
"test:run": "node target/tests.js",
"test": "yarn run test:build && yarn run test:run"
},
"devDependencies": {
"source-map-support": "^0.5.21"
},
"dependencies": {
"shadow-cljs": "^3.0.5",
"ws": "^8.18.2"
},
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}