-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 991 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
38
{
"name": "expired-worlds-prototype",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run build:esm",
"build:esm": "tsc --build tsconfig.esm.json",
"clean": "rimraf lib",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Actyx/expired-worlds-prototype.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Actyx/expired-worlds-prototype/issues"
},
"homepage": "https://github.com/Actyx/expired-worlds-prototype#readme",
"devDependencies": {
"@types/node": "^20.11.30",
"@types/uuid": "^9.0.8",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
},
"dependencies": {
"@actyx/sdk": "^0.5.9",
"@jest/globals": "^29.7.0",
"jest": "^29.7.0",
"systemic-ts-utils": "^0.2.5",
"typescript": "^5.4.3",
"uuid": "^9.0.1"
}
}