forked from Rokt33r/typed-remark
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 807 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 807 Bytes
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
{
"name": "typed-remark",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"main": "index.js",
"scripts": {
"build": "lerna run build",
"cp": "ts-node scripts/cp",
"postinstall": "lerna exec npm i && npm run build",
"lint": "lerna run lint",
"sort-package-json": "lerna exec sort-package-json",
"pretest": "npm run lint",
"test": "lerna run test"
},
"devDependencies": {
"@types/shelljs": "^0.7.4",
"babel-jest": "^21.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"jest": "^21.2.1",
"lerna": "^2.1.2",
"shelljs": "^0.7.8",
"sort-package-json": "^1.7.1",
"source-map-support": "^0.5.0",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"typescript": "^2.5.2"
}
}