-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 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": "astr",
"version": "1.2.4",
"description": "Run TypeScript/JavaScript tests in NodeJS or Chromium",
"scripts": {
"test": "npm run build && node bin/run-tests.js --testdir bin/example-tests",
"build": "npx tsc -p tsconfig.json && npx ncp src/astr-puppeteer.js bin/astr-puppeteer.js",
"postinstall": "npm run build && npx ncp src/astr.ts ./index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fernap3/astr.git"
},
"author": "Peter Fernandes <[email protected]> (https://pfernandes.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fernap3/astr/issues"
},
"homepage": "https://github.com/fernap3/astr#readme",
"dependencies": {
"@types/node": "^13.7.4",
"@types/puppeteer": "^3.0.1",
"@types/supports-color": "^5.3.0",
"@types/username": "^3.0.0",
"@types/xmlbuilder": "^11.0.1",
"@types/yargs": "^15.0.4",
"get-random-values": "^1.2.0",
"ncp": "^2.0.0",
"puppeteer": "^5.0.0",
"supports-color": "^7.1.0",
"typescript": "^3.8.2",
"username": "^5.1.0",
"xmlbuilder": "^15.1.1",
"yargs": "^15.3.1"
}
}