smartfm/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2016-11-13 23:11:49 +01:00
{
2023-07-10 02:55:58 +02:00
"name": "@push.rocks/smartfm",
2019-09-04 15:45:18 +02:00
"version": "2.0.4",
"private": false,
2016-11-13 23:11:49 +01:00
"description": "frontmatter done right",
"exports": {
".": "./dist/index.js"
},
"type": "module",
2016-11-13 23:11:49 +01:00
"scripts": {
"test": "(tstest test/)",
"build": "tsbuild tsfolders --allowimplicitany",
"buildDocs": "tsdoc"
2016-11-13 23:11:49 +01:00
},
"repository": {
"type": "git",
"url": "git+https://code.foss.global/push.rocks/smartfm.git"
2016-11-13 23:11:49 +01:00
},
"keywords": [
"frontmatter"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://code.foss.global/push.rocks/smartfm/issues"
2016-11-13 23:11:49 +01:00
},
"homepage": "https://code.foss.global/push.rocks/smartfm#readme",
2016-11-13 23:11:49 +01:00
"dependencies": {
2019-09-04 14:13:42 +02:00
"gray-matter": "^4.0.2"
2016-11-13 23:11:49 +01:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.17",
"@git.zone/tsrun": "^1.2.8",
"@git.zone/tstest": "^1.0.24",
"@push.rocks/tapbundle": "^5.5.6",
2019-09-04 14:13:42 +02:00
"@types/node": "^12.7.4"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-04 14:13:42 +02:00
"cli.js",
"npmextra.json",
"readme.md"
]
2023-07-10 02:55:58 +02:00
}