-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
37
38
39
40
41
42
43
{
"name": "sirmixalot",
"version": "0.0.2",
"description": "Utilities for making it easier to use some alternatives to inheritance",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint 'src/*.ts{,x}'; exit 0",
"prepublish": "npm run build",
"test": "mocha --compilers ts:ts-node/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjewell/sirmixalot.git"
},
"keywords": [],
"author": "Michael Jewell (https://github.com/mjewell)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mjewell/sirmixalot/issues"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/lodash": "^4.14.36",
"@types/mocha": "^2.2.38",
"@types/node": "^6.0.41",
"awesome-typescript-loader": "^3.0.0-beta.17",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"ts-node": "^2.0.0",
"tslint": "^3.15.0-dev.0",
"tslint-eslint-rules": "^1.5.0",
"tslint-microsoft-contrib": "^2.0.12",
"tslint-react": "^1.0.0",
"typescript": "^2.1.5"
},
"dependencies": {},
"homepage": "https://github.com/mjewell/sirmixalot#readme",
"directories": {
"test": "test"
}
}