fp/package.json

23 lines
483 B
JSON
Raw Normal View History

2024-02-27 15:52:43 +00:00
{
"name": "futureporn",
"version": "1.0.3",
2024-02-27 15:52:43 +00:00
"description": "",
"main": "index.js",
"scripts": {
2024-07-16 10:46:44 +00:00
"test": "echo \"Warn: no test specified\" && exit 0",
2024-07-30 20:34:25 +00:00
"clean": "rm -rf node_modules && rm -rf pnpm-lock.yaml",
2024-08-10 00:28:37 +00:00
"dev": "tilt up"
2024-02-27 15:52:43 +00:00
},
"keywords": [],
"author": "@CJ_Clippy",
2024-06-12 04:28:36 +00:00
"license": "Unlicense",
2024-07-15 16:07:04 +00:00
"packageManager": "pnpm@9.5.0",
"dependencies": {
"types": "^0.1.1"
2024-07-28 00:42:09 +00:00
},
"devDependencies": {
2024-07-30 20:34:25 +00:00
"concurrently": "^8.2.2",
2024-07-28 00:42:09 +00:00
"lerna": "^8.1.7"
2024-07-15 16:07:04 +00:00
}
2024-02-27 15:52:43 +00:00
}