-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "ts-transform-reactive",
"version": "0.0.4",
"description": "Transforms reactive TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "mocha --inspect=9228 --compilers ts:ts-node/register",
"test2": "rm -rf test/fixture/*.js && mocha --compilers ts:ts-node/register",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kriszyp/ts-transform-reactive.git"
},
"keywords": [
"typescript",
"transform",
"modules"
],
"author": "Kris Zyp",
"license": "MIT",
"bugs": {
"url": "https://github.com/kriszyp/ts-transform-reactive/issues"
},
"homepage": "https://github.com/kriszyp/ts-transform-reactive#readme",
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/fs-extra": "^2.1.0",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.14",
"alkali": "0.16.13",
"chai": "^3.5.0",
"fs-extra": "^3.0.0",
"glob": "^7.1.1",
"mocha": "^3.3.0",
"ts-node": "^3.0.2",
"typescript": "^2.5.2"
},
"dependencies": {
}
}