-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 884 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 884 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"scripts": {
"build": "atma act ./actions/chains.act.ts -q generate",
"build--skip-icons": "atma act ./actions/chains.act.ts -q generate --skipIcons"
},
"atma": {
"plugins": [
"atma-loader-ts"
],
"settings": {
"include": {
"amd": true,
"extensionDefault": {
"js": "ts"
},
"routes": "#import ./tsconfig-atma.json compilerOptions.paths"
},
"atma-loader-ts": {
"sourceMap": true,
"typescript": "#import ./tsconfig-atma.json"
}
}
},
"dependencies": {
"a-di": "latest",
"alot": "^0.3.13",
"appcfg": "latest",
"atma": "^0.15.24",
"atma-io": "latest",
"atma-loader-ts": "latest",
"class-json": "latest",
"dequanto": "^0.1.39",
"memd": "latest",
"sharp": "^0.33.5"
},
"devDependencies": {
"atma-utest": "^0.21.33"
}
}