mirror of
https://github.com/bendtherules/Typescript.tools.git
synced 2026-08-18 13:51:55 +00:00
package.json - Add marked devdep and build cmd
This commit is contained in:
Generated
+10
-1
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"name": "typescript.tools",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 1
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"marked": {
|
||||
"version": "0.8.0",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz",
|
||||
"integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+5
-1
@@ -4,6 +4,7 @@
|
||||
"description": "Collection of resources related to Typescript compiler api (and related things)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "marked ./README.md -o index.html",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
@@ -18,5 +19,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/bendtherules/typescript.tools/issues"
|
||||
},
|
||||
"homepage": "https://github.com/bendtherules/typescript.tools#readme"
|
||||
"homepage": "https://github.com/bendtherules/typescript.tools#readme",
|
||||
"devDependencies": {
|
||||
"marked": "^0.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user