yangjunlong
Version:
55 lines • 1.12 kB
JSON
{
"name": "yangjunlong",
"description": "杨军龙的个人简历",
"version": "1.0.5",
"type": "module",
"main": "resume.js",
"scripts": {
"build": "tsx build.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/yangjunlong/resume.git"
},
"keywords": [
"杨军龙",
"前端开发工程师",
"简历",
"Junlong_Yang",
"Frontend_Engineer",
"Resume"
],
"bugs": {
"url": "https://github.com/yangjunlong/resume/issues"
},
"author": {
"name": "yangjunlong",
"email": "i@sobird.me",
"url": "https://sobird.me"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yangjunlong/resume/blob/master/LICENSE"
}
],
"readme": "",
"readmeFilename": "README.md",
"dependencies": {
"marked": "^15.0.7",
"sass": "^1.85.1"
},
"devDependencies": {
"@types/node": "^22.13.9",
"eslint-config-sobird": "^0.2.16",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}