-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 974 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
35
36
37
38
39
40
41
{
"name": "ui",
"version": "0.0.1",
"description": "Use Interface TypeScript Github Package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha --timeout 60000 --exit -r ts-node/register test/**/*.spec.ts",
"build": "tsc",
"deploy": "npm publish"
},
"keywords": [
"typescript",
"github packages",
"npm packages",
"boilerplate"
],
"author": "Alexandre Filipiak",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/alexandrefilipiak/alexandre-filipiak-ui.git"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.0",
"chai": "^4.2.0",
"mocha": "^7.1.1",
"tslint": "^6.1.1",
"ts-node": "^8.8.1",
"typescript": "~3.8.3"
},
"dependencies": {},
"engines": {
"node": ">=8"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@alexandrefilipiak"
}
}