-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.43 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
{
"name": "ad4m-publish",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "ncc build ./src/index.ts -o dist && sed -i 's/node://' dist/index.js",
"test-single": "node dist/index.js --agent ../agent.json --bundle language/sdp/build/bundle.js --meta '{\"name\":\"shortform-expression\",\"description\":\"Shortform expression for flux application\",\"sourceCodeLink\":\"https://github.com/juntofoundation/ad4m-languages\",\"possibleTemplateParams\":[\"uid\",\"name\"]}'",
"test-config": "node dist/index.js --agent ../agent.json --defaultLangPath ./language --binaryPath /home/fayeed/.config/ad4m-test/binary/ad4m-host --config ../languagePublishData.json",
"prepare": "node scripts/prepareBootstrapSeed.js && node scripts/getLanguages.js",
"generate-bootstrap-seed": "node scripts/generateBootstrapSeed.js",
"clean": "node scripts/cleanBootstrapSeed.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"appdata-path": "^1.0.0",
"chalk": "^5.0.1",
"esm": "^3.2.25",
"find-process": "^1.4.7",
"node-fetch": "^3.2.3",
"tree-kill": "^1.2.2",
"wget-improved": "^3.3.1",
"yargs": "^17.4.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.22",
"@types/yargs": "^17.0.10",
"@vercel/ncc": "^0.33.3",
"fs-extra": "^10.0.1",
"node-wget-js": "^1.0.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}