-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.41 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.41 KB
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": "perspective-diff-sync",
"version": "0.3.2",
"description": "An AD4M language for syncing mutations to a share perspective",
"main": "index.js",
"scripts": {
"build-dna": "cd hc-dna && ./build.sh && cd ..",
"build": "npm run build-dna && tsc && rollup -c",
"build-lang": "tsc && rollup -c",
"dev": "tsc && rollup -c -w",
"test": "ad4m-test --test ./integration-test.js --bundle \"./build/bundle.js\" --meta '{\"name\":\"p-diff-sync\",\"description\":\"Holochain based language for sharing Perspectives\",\"sourceCodeLink\":\"https://github.com/perspect3vism/perspective-diff-sync\",\"possibleTemplateParams\":[\"uid\",\"name\"]}'"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@perspect3vism/ad4m": "0.2.16",
"@perspect3vism/ad4m-test": "0.2.16-fix.12",
"@perspect3vism/rollup-plugin-dna": "^0.0.2",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^4.0.0",
"@tsconfig/svelte": "^1.0.0",
"@types/node": "^14.11.2",
"faker": "^5.5.3",
"rollup": "^2.3.4",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.5.5"
}
}