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",
|
2018-08-27 02:01:18 +02:00
|
|
|
"private": false,
|
2016-11-13 23:11:49 +01:00
|
|
|
"description": "frontmatter done right",
|
2025-01-23 14:35:06 +01:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js"
|
|
|
|
},
|
|
|
|
"type": "module",
|
2016-11-13 23:11:49 +01:00
|
|
|
"scripts": {
|
2018-08-27 02:01:18 +02:00
|
|
|
"test": "(tstest test/)",
|
2025-01-23 14:35:06 +01:00
|
|
|
"build": "tsbuild tsfolders --allowimplicitany",
|
|
|
|
"buildDocs": "tsdoc"
|
2016-11-13 23:11:49 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2025-01-23 14:35:06 +01:00
|
|
|
"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": {
|
2025-01-23 14:35:06 +01:00
|
|
|
"url": "https://code.foss.global/push.rocks/smartfm/issues"
|
2016-11-13 23:11:49 +01:00
|
|
|
},
|
2025-01-23 14:35:06 +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": {
|
2025-01-23 14:35:06 +01:00
|
|
|
"@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": [
|
2025-01-23 14:35:06 +01:00
|
|
|
"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
|
|
|
}
|