generated from cahuzacf/test-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 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
{
"name": "[TODO]",
"version": "[0.0.1]",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/garronej/[TODO]"
},
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"scripts": {
"tsc": "npx tsc",
"test:node": "node ./dist/test/",
"test:deno": "deno ./dist/test/deno_index.ts",
"test": "npm run test",
"denoify": "npx denoify",
"build": "npm run tsc && npm run denoify"
},
"author": "Joseph Garrone",
"license": "MIT",
"dependencies": {},
"files": [
"/dist/lib",
"/src/lib"
],
"keywords": [],
"homepage": "https://github.com/garronej/[TODO]",
"devDependencies": {
"@types/node": "^8.9.1",
"denoify": "0.0.0",
"evt": "^1.6.8",
"typescript": "^3.8.3"
}
}